From 67edac66431f9d63d2ea20e60e316519b1a20444 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:32:24 -0600 Subject: open copyparty port --- modules/services/nixos/copyparty.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/services/nixos/copyparty.nix') diff --git a/modules/services/nixos/copyparty.nix b/modules/services/nixos/copyparty.nix index 23363a7..df7018e 100644 --- a/modules/services/nixos/copyparty.nix +++ b/modules/services/nixos/copyparty.nix @@ -14,6 +14,8 @@ in { config = lib.mkIf cfg.enable { users.groups."fileserver".members = [config.collinux.user.name]; + networking.firewall.allowedTCPPorts = lib.optional (cfg.listenAddr == "0.0.0.0") cfg.port; + services.copyparty = { enable = true; -- cgit v1.3.1