feat(podman): enable autoPrune

This commit is contained in:
buffet 2024-05-07 19:06:54 +02:00
parent 86efc683ed
commit 9e9229a06b

View file

@ -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;