migrate from podman to docker

This commit is contained in:
foosinn 2021-02-03 11:46:33 +01:00
parent 7e711adeaf
commit e56b4f36ea

View file

@ -14,7 +14,6 @@ in {
unstable.kustomize
unstable.vault
podman-compose
fuse-overlayfs
qemu
@ -22,8 +21,6 @@ in {
(import ../packages/helm2.nix)
];
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
virtualisation.docker.enable = true;
virtualisation.libvirtd.enable = true;
}