about summary refs log tree commit diff
path: root/ops/machines/all-systems.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2021-12-15T23·40-0500
committerwpcarro <wpcarro@gmail.com>2021-12-16T22·07+0000
commit1ca4c6d2beb5ea42a5b69d91cd84ec3e2011c428 (patch)
treec3328fe2cc1fa06572828c0fe0ff6615861549dd /ops/machines/all-systems.nix
parentca56cb2d9f3cf325cec61a394e16a8bdaedba4e2 (diff)
feat(wpcarro/marcus): Add marcus to the depot r/3272
me: marcus, meet depot. depot, meet marcus.
Change-Id: Ic6a25ac85e4c7f6dfea2a42b46a4400f92df70a2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4351
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'ops/machines/all-systems.nix')
-rw-r--r--ops/machines/all-systems.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/machines/all-systems.nix b/ops/machines/all-systems.nix
index b80436a06c..cbcfaf864f 100644
--- a/ops/machines/all-systems.nix
+++ b/ops/machines/all-systems.nix
@@ -12,4 +12,8 @@
 
 (with depot.users.grfn.system.system; [
   yeren
+]) ++
+
+(with depot.users.wpcarro.nixos; [
+  marcus
 ])