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:
parent
8db06970e9
commit
8ad55c9095
2 changed files with 7 additions and 0 deletions
|
@ -2,4 +2,5 @@ inherited: false
|
|||
|
||||
# Want in on this list? Try paying!
|
||||
owners:
|
||||
- lukegb
|
||||
- tazjin
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue