Fix key paths

This commit is contained in:
Riley Apeldoorn 2023-06-19 17:51:55 +02:00
parent 00c40b1f83
commit fce1213293

View file

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