diff options
author | William Carroll <wpcarro@gmail.com> | 2021-12-15T23·40-0500 |
---|---|---|
committer | wpcarro <wpcarro@gmail.com> | 2021-12-16T22·07+0000 |
commit | 1ca4c6d2beb5ea42a5b69d91cd84ec3e2011c428 (patch) | |
tree | c3328fe2cc1fa06572828c0fe0ff6615861549dd /ops | |
parent | ca56cb2d9f3cf325cec61a394e16a8bdaedba4e2 (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')
-rw-r--r-- | ops/machines/all-systems.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/machines/all-systems.nix b/ops/machines/all-systems.nix index b80436a06c4a..cbcfaf864f5d 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 ]) |