From a9e9149739597dc287cff364437fffd1d886ccf7 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 21 Apr 2023 11:29:15 +0200 Subject: Fix unbound; remove Nixos firewall (use only diplonat) --- cluster/prod/site/neptune.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'cluster/prod/site/neptune.nix') diff --git a/cluster/prod/site/neptune.nix b/cluster/prod/site/neptune.nix index 81495c6..ab24f4a 100644 --- a/cluster/prod/site/neptune.nix +++ b/cluster/prod/site/neptune.nix @@ -5,6 +5,4 @@ deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1"; deuxfleurs.cnameTarget = "neptune.site.deuxfleurs.fr."; deuxfleurs.publicIPv4 = "77.207.15.215"; - - networking.firewall.allowedTCPPorts = [ 80 443 ]; } -- cgit v1.2.3