about summary refs log tree commit diff
path: root/ops/machines/all-systems.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/machines/all-systems.nix')
-rw-r--r--ops/machines/all-systems.nix27
1 files changed, 27 insertions, 0 deletions
diff --git a/ops/machines/all-systems.nix b/ops/machines/all-systems.nix
new file mode 100644
index 0000000000..c4382fbddb
--- /dev/null
+++ b/ops/machines/all-systems.nix
@@ -0,0 +1,27 @@
+{ depot, ... }:
+
+(with depot.ops.machines; [
+  sanduny
+  whitby
+]) ++
+
+(with depot.users.tazjin.nixos; [
+  camden
+  frog
+  tverskoy
+  zamalek
+]) ++
+
+(with depot.users.aspen.system.system; [
+  yeren
+  mugwump
+  ogopogo
+  lusca
+]) ++
+
+(with depot.users.wpcarro.nixos; [
+  ava
+  kyoko
+  marcus
+  tarasco
+])