aboutsummaryrefslogtreecommitdiff
path: root/profiles/nix/gc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/nix/gc.nix')
-rw-r--r--profiles/nix/gc.nix8
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;
-}