diff options
Diffstat (limited to 'ops/machines/all-systems.nix')
-rw-r--r-- | ops/machines/all-systems.nix | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ops/machines/all-systems.nix b/ops/machines/all-systems.nix new file mode 100644 index 000000000000..e2371d76e742 --- /dev/null +++ b/ops/machines/all-systems.nix @@ -0,0 +1,26 @@ +{ depot, ... }: + +(with depot.ops.machines; [ + sanduny + whitby +]) ++ + +(with depot.users.tazjin.nixos; [ + camden + frog + tverskoy + zamalek +]) ++ + +(with depot.users.grfn.system.system; [ + yeren + mugwump + ogopogo +]) ++ + +(with depot.users.wpcarro.nixos; [ + ava + kyoko + marcus + tarasco +]) |