feat(tazjin/nixos): initialise koptevo system

This is the "new polyanka" (eventually), as I'm decommissioning that
host slowly.

Change-Id: Ia0fe664f3bf64513d8177434c6c0fface857cd99
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8783
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2023-06-15 17:44:31 +03:00 committed by tazjin
parent d2fa4e7c86
commit a5e308587e
2 changed files with 118 additions and 0 deletions

View file

@ -7,4 +7,5 @@ in depot.nix.readTree.drvTargets {
tverskoySystem = systemFor depot.users.tazjin.nixos.tverskoy;
polyankaSystem = (depot.ops.nixos.nixosFor depot.users.tazjin.nixos.polyanka).system;
zamalekSystem = systemFor depot.users.tazjin.nixos.zamalek;
koptevoSystem = systemFor depot.users.tazjin.nixos.koptevo;
}