From c057b9f4a20e1c7a333163e8d73faa2dd55fb4a1 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 1 May 2021 12:47:30 +0200 Subject: [PATCH] Use docker instead of podman Podman does not work with docker-compose --- roles/workstation.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/roles/workstation.nix b/roles/workstation.nix index 58dafe4..b113f04 100644 --- a/roles/workstation.nix +++ b/roles/workstation.nix @@ -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"