all: remove podman

docker seems to work
This commit is contained in:
2024-07-29 15:55:55 +03:00
parent 9ea80639a3
commit 43697386b8
2 changed files with 2 additions and 11 deletions

View File

@@ -31,7 +31,6 @@ in
"adbusers"
"networkmanager"
"wireshark"
"podman"
"docker"
];
@@ -107,11 +106,6 @@ in
command-not-found.enable = false;
};
virtualisation.podman = {
enable = lib.mkDefault true;
extraPackages = [ pkgs.zfs ];
};
security.rtkit.enable = true;
networking.networkmanager.enable = true;
@@ -123,6 +117,8 @@ in
#};
#location.provider = "geoclue2";
virtualisation.docker.enable = true;
documentation = {
dev.enable = true;
doc.enable = true;