diff options
Diffstat (limited to 'nix/hosts/mba')
-rw-r--r-- | nix/hosts/mba/default.nix | 2 |
1 files changed, 2 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"; } |