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.kustomize
|
||||||
unstable.vault
|
unstable.vault
|
||||||
|
|
||||||
podman-compose
|
|
||||||
fuse-overlayfs
|
fuse-overlayfs
|
||||||
qemu
|
qemu
|
||||||
|
|
||||||
|
@ -22,8 +21,6 @@ in {
|
||||||
(import ../packages/helm2.nix)
|
(import ../packages/helm2.nix)
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.podman = {
|
virtualisation.docker.enable = true;
|
||||||
enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
dockerCompat = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue