aboutsummaryrefslogtreecommitdiff
path: root/nix/hosts/work/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hosts/work/default.nix')
-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";
}