diff options
Diffstat (limited to 'services/nix.nix')
-rw-r--r-- | services/nix.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/services/nix.nix b/services/nix.nix deleted file mode 100644 index b94cfc95..00000000 --- a/services/nix.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - config, - lib, - pkgs, - ... -}: { - nix = { - gc = { - automatic = true; - dates = "daily"; - options = "--delete-older-than 3"; - }; - settings = { - auto-optimise-store = true; - experimental-features = ["nix-command" "flakes"]; - }; - }; -} |