feat(whitby): add V

Change-Id: I887760edd67135df4e2f58a874314b317838d2e8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1787
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
V 2020-08-19 02:30:23 +02:00
parent 8179fb6285
commit b8fe5469c6
3 changed files with 16 additions and 0 deletions

View file

@ -389,6 +389,12 @@ in lib.fix(self: {
openssh.authorizedKeys.keys = depot.users.eta.keys.whitby;
};
users.v = {
isNormalUser = true; # Questionable...
extraGroups = [ "git" ];
openssh.authorizedKeys.keys = depot.users.v.keys.whitby;
};
# Set up a user & group for git shenanigans
groups.git = {};
users.git = {