tvl-depot/ops/machines/all-systems.nix
William Carroll 1ca4c6d2be feat(wpcarro/marcus): Add marcus to the depot
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>
2021-12-16 22:07:02 +00:00

19 lines
231 B
Nix

{ depot, ... }:
(with depot.ops.machines; [
whitby
]) ++
(with depot.users.tazjin.nixos; [
camden
frog
tverskoy
]) ++
(with depot.users.grfn.system.system; [
yeren
]) ++
(with depot.users.wpcarro.nixos; [
marcus
])