diff --git a/hosts/nixos/system/os.nix b/hosts/nixos/system/os.nix index e8dccf0..fe89277 100755 --- a/hosts/nixos/system/os.nix +++ b/hosts/nixos/system/os.nix @@ -22,7 +22,7 @@ # Virtualisation Apps os.virtualisation.cuda.enable = true; - os.virtualisation.podman.enable = true; + os.virtualisation.docker.enable = true; # Shells configurations os.shells.gnome.enable = true;