Update authorized keys

restic-rest-server
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 = [
pubkeys."simon@kipf"
pubkeys."simon@nunotaba"
];
}

View File

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