about summary refs log tree commit diff
path: root/ops/nixos/all-systems.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/nixos/all-systems.nix')
-rw-r--r--ops/nixos/all-systems.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/ops/nixos/all-systems.nix b/ops/nixos/all-systems.nix
new file mode 100644
index 0000000000..ba63de2f2d
--- /dev/null
+++ b/ops/nixos/all-systems.nix
@@ -0,0 +1,14 @@
+{ depot, ... }:
+
+(with depot.ops.nixos; [
+  whitby
+]) ++
+
+(with depot.users.tazjin.nixos; [
+  camden
+  frog
+]) ++
+
+(with depot.users.glittershark.system.system; [
+  chupacabra
+])