forked from Fediversity/Fediversity
fix typo in users (#475)
Reviewed-on: Fediversity/Fediversity#475 Co-authored-by: Kiara Grouwstra <kiara@procolix.eu> Co-committed-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
6cf1d87f0b
commit
765183cd0d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
_class = "nixos";
|
||||
|
||||
users.users = {
|
||||
root.openssh.authorizedKeys.keys = config.user.users.procolix.openssh.authorizedKeys.keys;
|
||||
root.openssh.authorizedKeys.keys = config.users.users.procolix.openssh.authorizedKeys.keys;
|
||||
|
||||
procolix = {
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue