feat(whitby): add eta
Change-Id: I7aa2bd2cb2c001b48ebd25b20f28cdfb0883ba3f Reviewed-on: https://cl.tvl.fyi/c/depot/+/1782 Tested-by: BuildkiteCI Reviewed-by: isomer <isomer@tvl.fyi> Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
f7687b1ea7
commit
737d192aec
3 changed files with 20 additions and 0 deletions
|
@ -383,6 +383,12 @@ in lib.fix(self: {
|
|||
openssh.authorizedKeys.keys = depot.users.multi.keys.whitby;
|
||||
};
|
||||
|
||||
users.eta = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "git" ];
|
||||
openssh.authorizedKeys.keys = depot.users.eta.keys.whitby;
|
||||
};
|
||||
|
||||
# Set up a user & group for git shenanigans
|
||||
groups.git = {};
|
||||
users.git = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue