about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/hosts/mba/default.nix2
-rw-r--r--nix/hosts/work/default.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/nix/hosts/mba/default.nix b/nix/hosts/mba/default.nix
index f8a9771..ad91147 100644
--- a/nix/hosts/mba/default.nix
+++ b/nix/hosts/mba/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/personal.nix";
 }
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";
 }