a291c8690a
GitOrigin-RevId: e6e19f3d81a982a62e1bba08f0b4f7fdc21b4ea0
23 lines
267 B
Nix
23 lines
267 B
Nix
{ depot, ... }:
|
|
|
|
(with depot.ops.machines; [
|
|
sanduny
|
|
whitby
|
|
]) ++
|
|
|
|
(with depot.users.tazjin.nixos; [
|
|
camden
|
|
frog
|
|
tverskoy
|
|
zamalek
|
|
]) ++
|
|
|
|
(with depot.users.grfn.system.system; [
|
|
yeren
|
|
mugwump
|
|
]) ++
|
|
|
|
(with depot.users.wpcarro.nixos; [
|
|
ava
|
|
marcus
|
|
])
|