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 ../users/vili.nix
../desktop.nix ../desktop.nix
../development.nix ../development.nix
../key-management.nix ../onlykey.nix
../services/syncthing.nix ../services/syncthing.nix
../services/redshift.nix ../services/redshift.nix
../services/game-streaming.nix ../services/game-streaming.nix

View file

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