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
|
../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
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue