Skip to content

Commit

Permalink
nixos/adrastea: enable "cue" for u2f auth
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Oct 18, 2023
1 parent 3b6d038 commit 7045156
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/configurations/adrastea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@
# Or disable the firewall altogether.
networking.firewall.enable = false;

security.pam.u2f = {
enable = true;
cue = true;
};

security.pam.services = {
login.u2fAuth = true;
Expand Down

0 comments on commit 7045156

Please sign in to comment.