feat(whitby): add lukegb

Change-Id: I26356632b86a64519128bc673178f1cd1b55b99b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/848
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: BuildkiteCI
This commit is contained in:
Luke Granger-Brown 2020-07-02 20:05:39 +01:00 committed by lukegb
parent 8db06970e9
commit 8ad55c9095
2 changed files with 7 additions and 0 deletions

View file

@ -2,4 +2,5 @@ inherited: false
# Want in on this list? Try paying!
owners:
- lukegb
- tazjin

View file

@ -137,6 +137,12 @@ in systemForConfig {
];
};
users.lukegb = {
isNormalUser = true;
extraGroups = [ "git" "wheel" ];
openssh.authorizedKeys.keys = depot.users.lukegb.keys.all;
};
# Set up a user & group for git shenanigans
groups.git = {};
users.git = {