refactor(gs/system): Remove chupacabra

This machine no longer exists

Change-Id: I8e549b8397777a01404bd84c10c195e80f281744
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3431
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Griffin Smith 2021-08-26 11:56:00 -04:00 committed by grfn
parent 8201f0f3d8
commit d857d5ad68
5 changed files with 0 additions and 210 deletions

View file

@ -18,10 +18,6 @@ rec {
};
});
chupacabra = home ./machines/chupacabra.nix;
chupacabraHome = chupacabra.activation-script;
dobharchu = home ./machines/dobharchu.nix;
dobharchuHome = dobharchu.activation-script;
@ -31,7 +27,6 @@ rec {
yerenHome = yeren.activation-script;
meta.targets = [
"chupacabraHome"
"yerenHome"
];
}