about summary refs log tree commit diff
path: root/ops/machines/whitby/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-05-23T19·03+0200
committertazjin <mail@tazj.in>2021-05-23T19·06+0000
commit9bb8736a455c00f243168258e7930f36dfd7a6e2 (patch)
treec9da3e0f97c43169321f424aa23a352c94cfa1f8 /ops/machines/whitby/default.nix
parent6c243d40a30102c00f5d730c789664b61c2326cd (diff)
feat(whitby): Let sterni bear the wheel r/2617
Change-Id: Ib4f7dcbdc754d2fc271f501a9ea270e983a3645f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3147
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'ops/machines/whitby/default.nix')
-rw-r--r--ops/machines/whitby/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix
index 0f2a43641c..c4a832b8f6 100644
--- a/ops/machines/whitby/default.nix
+++ b/ops/machines/whitby/default.nix
@@ -579,7 +579,7 @@ in {
 
     users.sterni = {
       isNormalUser = true;
-      extraGroups = [ "git" ];
+      extraGroups = [ "git" "wheel" ];
       openssh.authorizedKeys.keys = depot.users.sterni.keys.all;
     };