Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update touchID PAM option

+2 -2
+1 -1
machines/fanta/configuration.nix
··· 9 9 }; 10 10 11 11 # Use built-in TouchID PAM 12 - security.pam.enableSudoTouchIdAuth = true; 12 + security.pam.services.sudo_local.touchIdAuth = true; 13 13 14 14 system = { 15 15 keyboard = {
+1 -1
machines/sprite/configuration.nix
··· 9 9 }; 10 10 11 11 # Use built-in TouchID PAM 12 - security.pam.enableSudoTouchIdAuth = true; 12 + security.pam.services.sudo_local.touchIdAuth = true; 13 13 14 14 system = { 15 15 keyboard = {