Compare commits

..

2 Commits

2 changed files with 5 additions and 8 deletions

View File

@@ -207,7 +207,6 @@
ai = { ai = {
path = self + "/assets/compose/ai"; path = self + "/assets/compose/ai";
envFile = config.age.secrets.containers_env.path; envFile = config.age.secrets.containers_env.path;
ports = [ 22000 ]; # Syncthing TCP sync
}; };
cloudstorage = { cloudstorage = {
@@ -247,11 +246,9 @@
envFile = config.age.secrets.containers_env.path; envFile = config.age.secrets.containers_env.path;
}; };
int = { # tak = {
path = self + "/assets/compose/int"; # path = self + "/assets/compose/tak";
envFile = config.age.secrets.containers_env.path; # };
ports = [ 3000 ];
};
}; };
services.opencode = { services.opencode = {
@@ -477,7 +474,7 @@
services.openssh.settings = { services.openssh.settings = {
PermitRootLogin = "no"; PermitRootLogin = "no";
MaxAuthTries = 3; MaxAuthTries = 3;
MaxSessions = 20; MaxSessions = 10;
LoginGraceTime = 30; LoginGraceTime = 30;
ClientAliveInterval = 300; ClientAliveInterval = 300;
ClientAliveCountMax = 2; ClientAliveCountMax = 2;