Compare commits

..

1 Commits

Author SHA1 Message Date
878fdb836b feat: add worldmonitor compose stack (int) 2026-05-31 11:23:36 -04:00
5 changed files with 6 additions and 9 deletions

View File

@@ -247,9 +247,11 @@
envFile = config.age.secrets.containers_env.path;
};
# tak = {
# path = self + "/assets/compose/tak";
# };
int = {
path = self + "/assets/compose/int";
envFile = config.age.secrets.containers_env.path;
ports = [ 3000 ];
};
};
services.opencode = {

View File

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

Binary file not shown.

View File

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