enabled echo with modifications
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user