summaryrefslogtreecommitdiff
path: root/config/nix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/nix.nix')
-rw-r--r--config/nix.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/nix.nix b/config/nix.nix
new file mode 100644
index 0000000..7b8360a
--- /dev/null
+++ b/config/nix.nix
@@ -0,0 +1,11 @@
+{ lib, ... }:
+
+{
+ personal.nix = {
+ enable = true;
+ autoUpgrade = true;
+ gc.enable = true;
+ flake = "git+file:///etc/nixos/";
+ };
+ nix.settings.max-jobs = lib.mkDefault 1;
+}