Compare commits
4 Commits
feat/world
...
feat/add-p
| Author | SHA1 | Date | |
|---|---|---|---|
| e9d6262039 | |||
| 49dce32c27 | |||
| dfdc8a309a | |||
| 1cc057bfda |
Submodule assets/compose updated: 5aa21876da...1eacc3cd8e
@@ -207,7 +207,6 @@
|
||||
ai = {
|
||||
path = self + "/assets/compose/ai";
|
||||
envFile = config.age.secrets.containers_env.path;
|
||||
ports = [ 22000 ]; # Syncthing TCP sync
|
||||
};
|
||||
|
||||
cloudstorage = {
|
||||
@@ -247,11 +246,9 @@
|
||||
envFile = config.age.secrets.containers_env.path;
|
||||
};
|
||||
|
||||
int = {
|
||||
path = self + "/assets/compose/int";
|
||||
envFile = config.age.secrets.containers_env.path;
|
||||
ports = [ 3000 ];
|
||||
};
|
||||
# tak = {
|
||||
# path = self + "/assets/compose/tak";
|
||||
# };
|
||||
};
|
||||
|
||||
services.opencode = {
|
||||
|
||||
Reference in New Issue
Block a user