Fix key paths

This commit is contained in:
Riley Apeldoorn 2023-06-19 17:51:55 +02:00
parent 00c40b1f83
commit fce1213293
1 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@
users.users."root" = {
# Allow access to this server from all the machines
openssh.authorizedKeys.keyFiles = [
../dev-lt-63/riley.pub
../strawberry/riley.pub
../lime/riley.pub
../dev-lt-63/keys/riley.pub
../strawberry/keys/riley.pub
../lime/keys/riley.pub
];
};