Use podman instead of docker
This commit is contained in:
parent
26414780b9
commit
d5c0c4ba89
@ -60,7 +60,10 @@
|
||||
# required for nextcloud
|
||||
services.gnome3.gnome-keyring.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
# virtualisation.lxd.enable = true;
|
||||
# virtualisation.virtualbox.host.enable = true;
|
||||
# virtualisation.virtualbox.host.enableExtensionPack = true;
|
||||
|
Loading…
Reference in New Issue
Block a user