Add PAM U2F support
This commit is contained in:
parent
c520b48320
commit
bb7f36c414
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -27,4 +27,6 @@
|
|||
pinentryPackage = pkgs.pinentry-curses;
|
||||
};
|
||||
hardware.onlykey.enable = true;
|
||||
|
||||
security.pam.u2f.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue