Add PAM U2F support

This commit is contained in:
Vili Sinervä 2024-10-15 21:21:26 +03:00
parent c520b48320
commit bb7f36c414
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 3 additions and 1 deletions

View file

@ -69,7 +69,7 @@
../users/vili.nix
../desktop.nix
../development.nix
../key-management.nix
../onlykey.nix
../services/syncthing.nix
../services/redshift.nix
../services/game-streaming.nix

View file

@ -27,4 +27,6 @@
pinentryPackage = pkgs.pinentry-curses;
};
hardware.onlykey.enable = true;
security.pam.u2f.enable = true;
}