Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

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

fix(u2f): Disable u2f auth on login

+1 -1
+1 -1
nix/nixos/modules/security/default.nix
··· 50 50 }; 51 51 security.pam = { 52 52 services = { 53 - login.u2fAuth = true; 53 + login.u2fAuth = false; 54 54 sudo.u2fAuth = true; 55 55 }; 56 56 sshAgentAuth.enable = true;