tvl-depot/ops/machines/all-systems.nix
Griffin Smith 9b3374b091 feat(ops/machines/all-systems): Add grfn/mugwump
Change-Id: I7770b58c44a5700e86c80d1058e89e9fa65d719b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4686
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
2021-12-26 21:33:36 +00:00

21 lines
252 B
Nix

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