move podman to nixosModules

This commit is contained in:
Vinzenz Schroeter 2025-09-13 18:03:16 +02:00
parent 3ba30b1a6d
commit d2b11ad2e2
4 changed files with 5 additions and 5 deletions

View file

@ -1,11 +0,0 @@
_: {
virtualisation = {
containers.enable = true;
podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
autoPrune.enable = true;
};
};
}