diff options
| -rw-r--r-- | nixos/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index beeef3a..13e3aa1 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -29,7 +29,8 @@ autoOptimiseStore = true; gc = { automatic = true; - dates = "weekly"; + dates = "daily"; + options = "--delete-older-than 30d"; }; }; |
