From 6c46e61a7b5f2dabc0d870672fe37d26657717c0 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 8 Jul 2025 22:15:22 +0300 Subject: [PATCH] enabled echo with modifications --- host/configuration.nix | 2 +- nixosModules/eko.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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"; };