update trollshell to hyperhive integration branch

This commit is contained in:
müde 2026-09-10 23:20:14 +02:00
commit f56e38c1f7
3 changed files with 14 additions and 8 deletions

View file

@ -49,6 +49,11 @@ in
enable = true;
package = trollshellPkgs.hytte-plugin-weather;
};
agents = {
enable = true;
package = trollshellPkgs.hytte-plugin-agents;
env.RUST_LOG = "hytte_plugin_agents=debug"; # every host.sock request/response line
};
};
};