feat(whitby): Let sterni bear the wheel

Change-Id: Ib4f7dcbdc754d2fc271f501a9ea270e983a3645f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3147
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
Vincent Ambo 2021-05-23 21:03:05 +02:00 committed by tazjin
parent 6c243d40a3
commit 9bb8736a45
2 changed files with 2 additions and 2 deletions

2
RULES
View file

@ -1 +1 @@
1. Only those who pay the Golden Price may bear The Wheel.
1. Only those who pay the Golden Price may bear The Wheel (for the most part).

View file

@ -579,7 +579,7 @@ in {
users.sterni = {
isNormalUser = true;
extraGroups = [ "git" ];
extraGroups = [ "git" "wheel" ];
openssh.authorizedKeys.keys = depot.users.sterni.keys.all;
};