This commit is contained in:
2026-06-11 14:39:57 +00:00
parent 6996d178ef
commit f6e7c1eca9
2 changed files with 6 additions and 4 deletions
+5 -3
View File
@@ -15,7 +15,7 @@ with builtins;
with lib;
let
domain = "hectic-lab.com";
matrixDomain = "accord.tube";
sshPort = 22;
mailUserNames = [
"security"
"founders"
@@ -163,6 +163,8 @@ in {
];
};
services.openssh.ports = [ sshPort ];
services.mailserver = {
enable = true;
domain = domain;
@@ -183,10 +185,10 @@ in {
networking.firewall = {
allowedTCPPorts = [
sshPort # ssh
80
443
3306 # mysql
11012 # gitea ssh
25565
55228 # ss-bfs
];
@@ -268,7 +270,7 @@ in {
settings.service.DISABLE_REGISTRATION = true;
settings.server = {
HTTP_PORT = 11011;
#SSH_PORT = 22;
SSH_PORT = sshPort;
SSH_DOMAIN = "hectic-lab.com";
};
database = {
+1 -1
View File
@@ -36,7 +36,7 @@ let
hash = "sha256-pbzuPgKJ0DmrDSTO7ZTDArX+Xr9k/ndAGZvQg2kMTMQ=";
};
inherit patches;
#inherit patches; #WIP
pnpmDeps = fetchPnpmDeps {
pname = "element";