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