forked from Fediversity/Fediversity
add ssh key to not need root user
This commit is contained in:
parent
eb3b1425d0
commit
2b0ee4e52d
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ in
|
||||||
## supports users with password-less sudo.
|
## supports users with password-less sudo.
|
||||||
users.users.root.openssh.authorizedKeys.keys = attrValues keys.contributors ++ [
|
users.users.root.openssh.authorizedKeys.keys = attrValues keys.contributors ++ [
|
||||||
# allow our panel vm access to the test machines
|
# allow our panel vm access to the test machines
|
||||||
keys.systems.fedi201
|
keys.panel
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue