Fix key paths
This commit is contained in:
parent
00c40b1f83
commit
fce1213293
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue