feat: add combined Hermes Workspace image with Swarm worker support #54

Open
Hermes wants to merge 10 commits from feat/hermes-workspace-combined into master
4 changed files with 6 additions and 1 deletions

View File

@@ -9,6 +9,10 @@
ai-worker = { ai-worker = {
main = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAXeGtPPcsP2IYRQNvII41NVWhJsarEk8c4qxs/a5sXf"; main = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAXeGtPPcsP2IYRQNvII41NVWhJsarEk8c4qxs/a5sXf";
}; };
hermes_agent = {
age = "age178ypgaxn3fldh2aeqz37ncpk7jrplaxacrca8kkcycre3ahjef4s2dp3rp";
};
}; };
hosts = { hosts = {

Binary file not shown.

View File

@@ -4,6 +4,7 @@ let
keys.users.gortium.main keys.users.gortium.main
keys.hosts.lazyworkhorse.main keys.hosts.lazyworkhorse.main
keys.hosts.lazyworkhorse.bootstrap keys.hosts.lazyworkhorse.bootstrap
keys.users.hermes_agent.age
]; ];
in in
{ {