Compare commits
1 Commits
feat/world
...
fix/vpn-ip
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fc444540f |
Submodule assets/compose updated: 5aa21876da...7e2b133946
@@ -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