feat(tazjin/nixos): bootstrap khamovnik

New work machine.

Change-Id: I8085460285149e4dae28af9e166048fed93bdb82
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8878
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2023-06-28 11:23:57 +03:00 committed by tazjin
parent 62bc519d4f
commit 9dca6c9c6c
3 changed files with 130 additions and 0 deletions

View file

@ -8,4 +8,5 @@ in depot.nix.readTree.drvTargets {
zamalekSystem = systemFor depot.users.tazjin.nixos.zamalek;
koptevoRaw = depot.ops.nixos.nixosFor depot.users.tazjin.nixos.koptevo;
koptevoSystem = systemFor depot.users.tazjin.nixos.koptevo;
khamovnikSystem = systemFor depot.users.tazjin.nixos.khamovnik;
}