tvl-depot/ops/machines/all-systems.nix
Vincent Ambo 302b754d7a 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>
2022-05-10 13:41:33 +00:00

23 lines
267 B
Nix

{ depot, ... }:
(with depot.ops.machines; [
sanduny
whitby
]) ++
(with depot.users.tazjin.nixos; [
camden
frog
tverskoy
zamalek
]) ++
(with depot.users.grfn.system.system; [
yeren
mugwump
]) ++
(with depot.users.wpcarro.nixos; [
ava
marcus
])