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

This commit is contained in:
2026-02-01 22:48:42 +01:00
parent f5a490d452
commit ed24f55d15
2 changed files with 5 additions and 0 deletions

View File

@@ -90,6 +90,10 @@ in
}; };
}; };
environment.systemPackages = [
inputs.colmena.packages.${pkgs.system}.colmena
];
services = { services = {
xserver = { xserver = {

View File

@@ -76,6 +76,7 @@ in
}; };
environment.systemPackages = [ environment.systemPackages = [
inputs.colmena.packages.${pkgs.system}.colmena
(pkgs.writeShellApplication { (pkgs.writeShellApplication {
name = "wol-andromache"; name = "wol-andromache";
runtimeInputs = [ pkgs.wakeonlan ]; runtimeInputs = [ pkgs.wakeonlan ];