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