about summary refs log tree commit diff
path: root/ops/machines/all-systems.nix
{ depot, ... }:

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

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

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

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