From a9de39049c46906562ba50ef35b5b1693e637c93 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 17 Feb 2025 00:01:00 -0600 Subject: [PATCH] chore: include htpc in hosts --- packages/hosts/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/hosts/default.nix b/packages/hosts/default.nix index f435375..4efe5fd 100644 --- a/packages/hosts/default.nix +++ b/packages/hosts/default.nix @@ -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"; }; }