Update authorized keys

This commit is contained in:
Simon Bruder 2020-10-16 15:32:48 +02:00
parent 9d0b988594
commit c03ae8fbd0
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,6 @@ in
}; };
users.users.root.openssh.authorizedKeys.keys = [ users.users.root.openssh.authorizedKeys.keys = [
pubkeys."simon@kipf" pubkeys."simon@nunotaba"
]; ];
} }

View file

@ -19,7 +19,8 @@ in
"wheel" "wheel"
]; ];
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
pubkeys."simon@kipf" pubkeys."simon@nunotaba"
pubkeys."simon@sayuri"
]; ];
}; };