enabled echo with modifications

This commit is contained in:
2025-07-08 22:15:22 +03:00
parent 3036e45363
commit 6c46e61a7b
2 changed files with 3 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
syncthing.enable = true;
nextcloud.enable = false;
wakapi.enable = true;
eko.enable = false;
eko.enable = true;
# Automatically pull this config from git
autoUpdate.enable = true;

View File

@@ -17,7 +17,8 @@
};
# Open port 7223 for eko protocol, 443 for website
networking.firewall.allowedTCPPorts = [ 7223 443 ];
# networking.firewall.allowedTCPPorts = [ 7223 443 ];
networking.firewall.allowedTCPPorts = [ 7223 ];
sops.secrets.eko-server-cert-key = { owner = "eko"; };