parsons: fix nix auto gc

nextcloud-docs-on-website
stuebinm 4 months ago
parent 9185f3e0ab
commit 26f91fac20
  1. 2
      common/default.nix

@ -17,7 +17,7 @@
MaxRetentionSec=48h
'';
nix.gc.automatic = lib.mkDefault true;
nix.gc.options = lib.mkDefault "--delete-older-than 1w";
nix.gc.options = lib.mkDefault "--delete-older-than 7d";
nix.settings.trusted-users = [ "root" "@wheel" ];
nix.extraOptions = ''
experimental-features = nix-command flakes

Loading…
Cancel
Save