about summary refs log tree commit diff
path: root/ops/machines/all-systems.nix
blob: 5df09fa0bd305d0fdc8feecb32ca34c3b998de95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{ depot, ... }:

(with depot.ops.machines; [
  sanduny
  whitby
  nixery-01
  volgasprint-cache
]) ++

(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
])