fix(deploy): add colmena to 'builder' hosts

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent 6409b5425d
commit 159bc5c6a5
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@ in
};
environment.systemPackages = [
inputs.colmena.packages.${pkgs.system}.colmena
(pkgs.writeShellApplication {
name = "wol-andromache";
runtimeInputs = [ pkgs.wakeonlan ];