aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/system
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-02-25 10:27:07 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-02-25 10:27:07 -0600
commit4af67d0cd2236a0fce2b16a986d79200db6e5274 (patch)
tree8119ae7e7833ab450e3e295ff0cc004ef7366afc /macos.local/.flake/system
parent13bf466317ae1d09e9e0bed3bc5705e92c7dcb08 (diff)
system changes
Diffstat (limited to 'macos.local/.flake/system')
-rw-r--r--macos.local/.flake/system/core.nix.org2
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";