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

(with depot.ops.machines; [
  sanduny
  whitby
]) ++

(with depot.users.tazjin.nixos; [
  camden
  frog
  tverskoy
]) ++

(with depot.users.grfn.system.system; [
  yeren
  mugwump
]) ++

(with depot.users.wpcarro.nixos; [
  ava
  marcus
])