From d3bbb6dcd4f34ba277c949bda25f9f1b20259a01 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 19 Oct 2024 15:04:39 -0500 Subject: [PATCH] feat: wiki test --- nixos/modules/services/wiki.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/wiki.nix b/nixos/modules/services/wiki.nix index d662d73..2ba6e96 100644 --- a/nixos/modules/services/wiki.nix +++ b/nixos/modules/services/wiki.nix @@ -70,7 +70,6 @@ in { firewall = { allowedTCPPorts = [ ports.port0 - ports.port1 ]; }; };