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