[NixOS] Typo
This commit is contained in:
parent
1b44c66902
commit
b86cce1c12
@ -79,9 +79,9 @@ in
|
||||
name = "micah";
|
||||
openssh.authorizedKeys.keys = kanivanKeys ++ micahKeys;
|
||||
};
|
||||
unpriveleged = userDefaults // {
|
||||
unprivileged = userDefaults // {
|
||||
extraGroups = ["syncthing"];
|
||||
name = "unpriveleged";
|
||||
name = "unprivileged";
|
||||
openssh.authorizedKeys.keys = [giteaSecret] ++ kanivanKeys;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user