Skip to content

Commit cc798ca

Browse files
committed
Fix Touch ID in tmux session
1 parent c28c06c commit cc798ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/darwin/security.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
lib,
55
...
66
}: {
7-
security.pam.services.sudo_local.touchIdAuth = true;
7+
security.pam.services.sudo_local = {
8+
reattach = true;
9+
touchIdAuth = true;
10+
};
811

912
system.disableUpdates = [
1013
"at.eggerapps.Postico"

0 commit comments

Comments
 (0)