disabled podman prune until nixos 23.05 drops

This commit is contained in:
mc-fucker 2023-04-06 08:18:45 +02:00
parent 9c8a95ae55
commit 55bf8803b3

View file

@ -101,8 +101,10 @@ in
(import ./vim.nix) (import ./vim.nix)
]; ];
virtualisation.podman.autoPrune.enable = config.virtualisation.podman.enable;
systemd.timers."podman-auto-update".enable = config.virtualisation.podman.enable; systemd.timers."podman-auto-update".enable = config.virtualisation.podman.enable;
# disabling prune until nixos 23.05 drops
# due to compability issues
#virtualisation.podman.autoPrune.enable = config.virtualisation.podman.enable;
nix.gc = { nix.gc = {
automatic = true; automatic = true;