summaryrefslogtreecommitdiff
path: root/modules/nix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nix.nix')
-rw-r--r--modules/nix.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/nix.nix b/modules/nix.nix
deleted file mode 100644
index ff8dd28..0000000
--- a/modules/nix.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- nix.settings = {
- experimental-features = [ "nix-command" "flakes" ];
- use-xdg-base-directories = true;
- };
- nix.gc = {
- automatic = true;
- dates = "weekly";
- options = "--delete-older-than 30d";
- };
-}