move podman to nixosModules
This commit is contained in:
parent
3ba30b1a6d
commit
d2b11ad2e2
4 changed files with 5 additions and 5 deletions
|
@ -1,11 +0,0 @@
|
|||
_: {
|
||||
virtualisation = {
|
||||
containers.enable = true;
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
autoPrune.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue