diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-02-25 10:27:07 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-02-25 10:27:07 -0600 |
commit | 4af67d0cd2236a0fce2b16a986d79200db6e5274 (patch) | |
tree | 8119ae7e7833ab450e3e295ff0cc004ef7366afc /macos.local/.flake/system/core.nix.org | |
parent | 13bf466317ae1d09e9e0bed3bc5705e92c7dcb08 (diff) |
system changes
Diffstat (limited to 'macos.local/.flake/system/core.nix.org')
-rw-r--r-- | macos.local/.flake/system/core.nix.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macos.local/.flake/system/core.nix.org b/macos.local/.flake/system/core.nix.org index 718d139..e4d2a24 100644 --- a/macos.local/.flake/system/core.nix.org +++ b/macos.local/.flake/system/core.nix.org @@ -24,7 +24,7 @@ This file imports various system configuration components in addition to enablin ]; # Use TouchID for sudo - security.pam.enableSudoTouchIdAuth = true; + security.pam.services.sudo_local.touchIdAuth = true; # Open text files in neovim by default environment.variables.EDITOR = "nvim"; |