feat(whitby): add firefly user

Change-Id: Ib785577c173795d5cc6ccd7a3ee7e6a568439a0d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2013
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Jonas Höglund 2020-09-28 15:22:23 +02:00 committed by firefly
parent c2363261cd
commit b2870615f7

View file

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