From 9bb8736a455c00f243168258e7930f36dfd7a6e2 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 23 May 2021 21:03:05 +0200 Subject: 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 --- RULES | 2 +- ops/machines/whitby/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RULES b/RULES index 7e9387cbaa..c6089c4bfd 100644 --- a/RULES +++ b/RULES @@ -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). 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; }; -- cgit 1.4.1