chore: include htpc in hosts
Some checks failed
/ check (push) Has been cancelled

This commit is contained in:
Daniel Flanagan 2025-02-17 00:01:00 -06:00
parent 45119b3775
commit a9de39049c

View file

@ -6,5 +6,6 @@ in
beefcake = stableHost ./beefcake.nix { };
dragon = host ./dragon.nix { };
foxtrot = host ./foxtrot.nix { };
htpc = stableHost ./htpc.nix { };
# arm-dragon = host ./dragon.nix { system = "aarch64-linux"; };
}