Use docker instead of podman

Podman does not work with docker-compose
This commit is contained in:
Valentin Brandl 2021-05-01 12:47:30 +02:00
parent fffebffdaf
commit c057b9f4a2

View File

@ -76,10 +76,15 @@
# required for nextcloud
services.gnome3.gnome-keyring.enable = true;
virtualisation.podman = {
virtualisation.docker = {
enable = true;
dockerCompat = true;
# enableNvidia = true;
};
# virtualisation.podman = {
# enable = true;
# dockerCompat = true;
# };
# virtualisation.lxd.enable = true;
# virtualisation.virtualbox.host.enable = true;
# virtualisation.virtualbox.host.enableExtensionPack = true;
@ -178,6 +183,7 @@
"audio"
"davfs2"
"disk"
"docker"
"networkmanager"
"plugdev"
"vboxusers"