feat: add worldmonitor compose stack (int) #71

Open
gortium wants to merge 1 commits from feat/worldmonitor into master
2 changed files with 6 additions and 4 deletions

View File

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