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.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/ops/nixos/all-systems.nix b/ops/nixos/all-systems.nix
deleted file mode 100644
index 05a89e05ab70..000000000000
--- a/ops/nixos/all-systems.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ depot, ... }:
-
-(with depot.ops.nixos; [
-  whitby
-]) ++
-
-(with depot.users.tazjin.nixos; [
-  camden
-  frog
-  tverskoy
-]) ++
-
-(with depot.users.glittershark.system.system; [
-  chupacabra
-  yeren
-])