migrate from podman to docker
This commit is contained in:
parent
7e711adeaf
commit
e56b4f36ea
1 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue