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

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

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

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