Skip to content

Commit

Permalink
nixos/adrastea: add my u2f public key
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Oct 19, 2023
1 parent db0aaad commit f43cb7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/configurations/adrastea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@
security.pam.u2f = {
enable = true;
cue = true;
authFile = pkgs.writeText "u2f_keys" ''
lyc:C0V54BSOmQQKAA1viuQx4qsQs2WdQhOIxrXiny/LUjZGYakFilKeZG0mJwl4lfLwfZr681jJ7dQSRh8WPm/8dP////k=,aCqQlCY+XOJzHHisvlMf4lZi7shNO6ARRuBsHoFzDpEB+p3pPMsIGEVYMLql/KWn0fV+l/uhAgqkPJ73F8y59w==,es256,+presence
'';
};

security.pam.services = {
Expand Down

0 comments on commit f43cb7c

Please sign in to comment.