summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2025-02-13 21:09:23 +0100
committerAlan Pearce2025-02-13 21:09:23 +0100
commit20d560a78a81e406a76220a36adc99cd112d12ff (patch)
tree146ea683efb87c476fc10f2e3f9b933c35ffb41d /user
parent10bf0a9c691a7d85ddd63de18def9865612e410e (diff)
downloadnixfiles-20d560a78a81e406a76220a36adc99cd112d12ff.tar.lz
nixfiles-20d560a78a81e406a76220a36adc99cd112d12ff.tar.zst
nixfiles-20d560a78a81e406a76220a36adc99cd112d12ff.zip
Add NanoPi R6C
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";
   };
 }