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