diff options
Diffstat (limited to 'profiles/nix/gc.nix')
| -rw-r--r-- | profiles/nix/gc.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/profiles/nix/gc.nix b/profiles/nix/gc.nix deleted file mode 100644 index c39476c..0000000 --- a/profiles/nix/gc.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ ... }: -{ - nix.gc = { - automatic = true; - options = "--delete-older-than 14d"; - }; - nix.optimise.automatic = true; -} |
