feat(whitby): add cynthia owo

Change-Id: Id9e06ce8645ec2dbe1167d2b0b023159d3e91487
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2008
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Cynthia Revström 2020-09-28 01:24:45 +02:00 committed by cynthia
parent a8508373ee
commit 8e31495b9d

View file

@ -402,6 +402,12 @@ in lib.fix(self: {
openssh.authorizedKeys.keys = depot.users.v.keys.whitby;
};
users.cynthia = {
isNormalUser = true; # I'm normal OwO :3
extraGroups = [ "git" ];
openssh.authorizedKeys.keys = depot.users.cynthia.keys.all;
};
# Set up a user & group for git shenanigans
groups.git = {};
users.git = {