diff options
author | Alex Auvolat <alex@adnab.me> | 2023-04-21 11:29:15 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-04-21 11:29:15 +0200 |
commit | a9e9149739597dc287cff364437fffd1d886ccf7 (patch) | |
tree | b30f2b9196398820c60b544eaa3c53332d81fb44 /cluster/prod/site | |
parent | 529480b133c5ee9197c6ca3f400a22d4579dfd17 (diff) | |
download | nixcfg-a9e9149739597dc287cff364437fffd1d886ccf7.tar.gz nixcfg-a9e9149739597dc287cff364437fffd1d886ccf7.zip |
Fix unbound; remove Nixos firewall (use only diplonat)
Diffstat (limited to 'cluster/prod/site')
-rw-r--r-- | cluster/prod/site/bespin.nix | 2 | ||||
-rw-r--r-- | cluster/prod/site/neptune.nix | 2 | ||||
-rw-r--r-- | cluster/prod/site/orion.nix | 2 | ||||
-rw-r--r-- | cluster/prod/site/scorpio.nix | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/cluster/prod/site/bespin.nix b/cluster/prod/site/bespin.nix index 3c9a668..cdce53e 100644 --- a/cluster/prod/site/bespin.nix +++ b/cluster/prod/site/bespin.nix @@ -4,6 +4,4 @@ deuxfleurs.siteName = "bespin"; deuxfleurs.staticIPv4.defaultGateway = "192.168.5.254"; deuxfleurs.cnameTarget = "bespin.site.deuxfleurs.fr."; - - networking.firewall.allowedTCPPorts = [ 80 443 ]; } 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 ]; } diff --git a/cluster/prod/site/orion.nix b/cluster/prod/site/orion.nix index 5f6c33e..58c49ab 100644 --- a/cluster/prod/site/orion.nix +++ b/cluster/prod/site/orion.nix @@ -10,6 +10,4 @@ deuxfleurs.staticIPv6.defaultGateway = "2a01:e0a:28f:5e60::1"; deuxfleurs.cnameTarget = "orion.site.deuxfleurs.fr."; deuxfleurs.publicIPv4 = "82.66.80.201"; - - networking.firewall.allowedTCPPorts = [ 80 443 ]; } diff --git a/cluster/prod/site/scorpio.nix b/cluster/prod/site/scorpio.nix index b1e0f20..e36dc1d 100644 --- a/cluster/prod/site/scorpio.nix +++ b/cluster/prod/site/scorpio.nix @@ -5,6 +5,4 @@ deuxfleurs.staticIPv4.defaultGateway = "192.168.1.254"; deuxfleurs.cnameTarget = "scorpio.site.deuxfleurs.fr."; deuxfleurs.publicIPv4 = "82.65.41.110"; - - networking.firewall.allowedTCPPorts = [ 80 443 ]; } |