feat(whitby): Add SSH key for qyliss

... also bootstraps her user directory to store the key in.

Change-Id: Iecd341c655adc7d81be5ce9eb765c531b7512e80
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1361
Tested-by: BuildkiteCI
Reviewed-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
Vincent Ambo 2020-07-23 20:26:37 +01:00 committed by tazjin
parent cbad0991de
commit b422688da1
3 changed files with 17 additions and 0 deletions

View file

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