summary refs log tree commit diff stats
path: root/common/nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/nix')
-rw-r--r--common/nix/default.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/common/nix/default.nix b/common/nix/default.nix
deleted file mode 100644
index 30f5b38..0000000
--- a/common/nix/default.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{...}: {
-  nix = {
-    gc = {
-      automatic = true;
-      dates = "daily";
-      options = "--delete-older-than 3";
-    };
-    settings = {
-      auto-optimise-store = true;
-      experimental-features = ["nix-command" "flakes"];
-    };
-  };
-}