enable FIDO2/U2F PAM authentication
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -49,6 +49,7 @@
|
|||||||
ntp
|
ntp
|
||||||
offpunk
|
offpunk
|
||||||
openssl
|
openssl
|
||||||
|
pam_u2f
|
||||||
ops
|
ops
|
||||||
pandoc
|
pandoc
|
||||||
pciutils
|
pciutils
|
||||||
|
|||||||
@@ -125,6 +125,11 @@
|
|||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
services.syncthing.enable = true;
|
services.syncthing.enable = true;
|
||||||
|
|
||||||
|
security.pam.u2f = {
|
||||||
|
enable = true;
|
||||||
|
settings.cue = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user