chore: added simon yubikey

This commit is contained in:
Patrick 2023-10-07 01:01:35 +02:00
parent 7fa428beb2
commit 49ea3cf915
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View file

@ -6,8 +6,11 @@
users.users.root = {
shell = pkgs.zsh;
openssh.authorizedKeys.keys = [
# Patrick
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDZixkix0KfKuq7Q19whS5FQQg51/AJGB5BiNF/7h/LM"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxD4GOrwrBTG4/qQhm5hoSB2CP7W9g1LPWP11oLGOjQ"
# Simon old yubikey
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFmees72GMKG/rsQQRhs2I/lQnJa0uW5KmZlNBeriCh0"
];
hashedPassword = config.secrets.secrets.global.users.root.passwordHash;
};