tvl-depot/ops/machines/all-systems.nix
Vincent Ambo 9e9284fc86 feat(ops/machines): add configuration for sanduny.tvl.su
This will be an additional web host / fallback git server for whitby
incidents.

Change-Id: Icd6f7ce574ffd520b5783a50ff317feed7b71fc6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5297
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
2022-02-17 18:11:58 +00:00

21 lines
251 B
Nix

{ 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; [
marcus
])