me like nix
0

Configure Feed

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

fix some warnings

author
Sean Aye
date (Mar 22, 2026, 8:03 PM -0400) commit 6f98ab83 parent 237e9f52 change-id mrtkmtpv
+2 -2
+2 -2
modules/security.nix
··· 9 9 10 10 security.pam.u2f = { 11 11 enable = true; 12 - control = "sufficient"; 13 - cue = true; 14 12 settings = { 13 + control = "sufficient"; 14 + cue = true; 15 15 origin = "pam://nixos"; 16 16 appid = "pam://nixos"; 17 17 };