feat(podman): enable autoPrune
This commit is contained in:
parent
86efc683ed
commit
9e9229a06b
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@
|
|||
|
||||
powerManagement.enable = true;
|
||||
systemd.coredump.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
autoPrune.enable = true;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
|
|
Loading…
Reference in a new issue