about summary refs log tree commit diff
path: root/nix/hosts/work
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-09-13 09:07:13 -0700
committerFranck Cuny <franck@fcuny.net>2024-09-13 09:07:13 -0700
commit9d4bf64963f6df76c1fcdf78f3fb9dfe1c78ddaa (patch)
treeb56f696b374666507b6163d59f26e1603b205dc7 /nix/hosts/work
parentupdate deps and remove nur/firefox overlays (diff)
downloadworld-9d4bf64963f6df76c1fcdf78f3fb9dfe1c78ddaa.tar.gz
we need a state version now for Macos
Diffstat (limited to 'nix/hosts/work')
-rw-r--r--nix/hosts/work/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/hosts/work/default.nix b/nix/hosts/work/default.nix
index 55fae25..0d9432e 100644
--- a/nix/hosts/work/default.nix
+++ b/nix/hosts/work/default.nix
@@ -12,5 +12,7 @@
   # Touch ID for sudo auth
   security.pam.enableSudoTouchIdAuth = true;
 
+  system.stateVersion = 5;
+
   home-manager.users.fcuny = import "${self}/nix/profiles/home-manager/work.nix";
 }