snix/ops/machines/all-systems.nix
Vincent Ambo 98aee9f84a fix(ops/machines): add missing bugry & nevsky entries
Why are we doing this manually again?

Change-Id: I5a941d677e7c6e762f97d8b607d8409b6e9badb9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13000
Reviewed-by: sterni <sternenseemann@systemli.org>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2025-01-15 15:38:48 +00:00

30 lines
333 B
Nix

{ depot, ... }:
(with depot.ops.machines; [
sanduny
whitby
bugry
nevsky
nixery-01
]) ++
(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
])