From 26bc49f4691940ee9521175e7886bfced34ea16b Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 28 Jul 2025 18:00:23 +0300 Subject: [PATCH] open port --- modules/services/attic.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/services/attic.nix b/modules/services/attic.nix index 7e8013f..e0e8dd5 100644 --- a/modules/services/attic.nix +++ b/modules/services/attic.nix @@ -25,6 +25,8 @@ }; }; }; + networking.firewall.allowedTCPPorts = [ 5000 ]; + }) ]; }