feat(tazjin/polyanka): Check in host configuration

This host was previously managed manually, now adding it to depot
because doing that was a huge hassle.

Change-Id: I1e212fce13da735b5329578d9b2dd8f370f25cbc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5357
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2022-03-10 16:19:07 +02:00 committed by tazjin
parent 88c61b4877
commit 480a71c10f
2 changed files with 109 additions and 3 deletions

View file

@ -1,10 +1,9 @@
{ depot, lib, ... }:
let systemFor = sys: (depot.ops.nixos.nixosFor sys).system;
in {
in depot.nix.readTree.drvTargets {
camdenSystem = systemFor depot.users.tazjin.nixos.camden;
frogSystem = systemFor depot.users.tazjin.nixos.frog;
tverskoySystem = systemFor depot.users.tazjin.nixos.tverskoy;
meta.ci.targets = [ "camdenSystem" "frogSystem" "tverskoySystem" ];
polyankaSystem = (depot.ops.nixos.nixosFor depot.users.tazjin.nixos.polyanka).system;
}