summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/nano.nix (renamed from user/nanopi.nix)6
1 files changed, 1 insertions, 5 deletions
diff --git a/user/nanopi.nix b/user/nano.nix
index f2dfceac..a04b20f5 100644
--- a/user/nanopi.nix
+++ b/user/nano.nix
@@ -12,10 +12,6 @@
   home = {
     username = "alan";
     homeDirectory = "/home/alan";
-    stateVersion = "22.11";
-  };
-  nix.settings = {
-    max-jobs = 4;
-    experimental-features = "nix-command flakes";
+    stateVersion = "24.11";
   };
 }