diff --git a/host/configuration.nix b/host/configuration.nix index 835c56e..3a44554 100644 --- a/host/configuration.nix +++ b/host/configuration.nix @@ -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; diff --git a/nixosModules/eko.nix b/nixosModules/eko.nix index 6009065..fab206a 100644 --- a/nixosModules/eko.nix +++ b/nixosModules/eko.nix @@ -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"; };