feat(aspen/system): Add lusca

A Framework laptop

Change-Id: I646e705d12b76c83e8cdcf11c618d07db3a21f0c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11235
Reviewed-by: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Aspen Smith 2024-03-22 18:36:00 -04:00 committed by aspen
parent 783972182e
commit d706ebda65
5 changed files with 186 additions and 0 deletions

View file

@ -30,7 +30,13 @@ rec {
yerenHome = yeren.activation-script;
lusca = home ./machines/lusca.nix;
luscaHome = lusca.activation-script;
meta.ci.targets = [
"ogopogoHome"
"luscaHome"
"yerenHome"
];
}