feat(tazjin/nixos): Add system configuration for zamalek

This is my new Huawei MateBook X.

Change-Id: I32a8b77dd8f53b3c89bf63f448cd2880f9a457b7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5554
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2022-05-09 17:12:37 +02:00 committed by tazjin
parent 5518f620bb
commit 302b754d7a
5 changed files with 84 additions and 0 deletions

View file

@ -6,4 +6,5 @@ in depot.nix.readTree.drvTargets {
frogSystem = systemFor depot.users.tazjin.nixos.frog;
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;
}