diff --git a/modules/generic.nix b/modules/generic.nix index c9a1dd2..88a6ab2 100644 --- a/modules/generic.nix +++ b/modules/generic.nix @@ -101,6 +101,9 @@ in (import ./vim.nix) ]; + virtualisation.podman.autoPrune.enable = config.virtualisation.podman.enable; + systemd.timers."podman-auto-update".enable = config.virtualisation.podman.enable; + nix.gc = { automatic = true; options = "--delete-older-than 2d";