diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-13 09:07:13 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-13 09:07:13 -0700 |
commit | 9d4bf64963f6df76c1fcdf78f3fb9dfe1c78ddaa (patch) | |
tree | b56f696b374666507b6163d59f26e1603b205dc7 /nix/hosts/work | |
parent | update deps and remove nur/firefox overlays (diff) | |
download | world-9d4bf64963f6df76c1fcdf78f3fb9dfe1c78ddaa.tar.gz |
we need a state version now for Macos
Diffstat (limited to 'nix/hosts/work')
-rw-r--r-- | nix/hosts/work/default.nix | 2 |
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"; } |