aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";