9 lines
120 B
Nix
9 lines
120 B
Nix
{ ... }: {
|
|
virtualisation.podman = {
|
|
enable = true;
|
|
|
|
dockerCompat = true;
|
|
autoPrune.enable = true;
|
|
};
|
|
}
|