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/staging | |
parent | 529480b133c5ee9197c6ca3f400a22d4579dfd17 (diff) | |
download | nixcfg-a9e9149739597dc287cff364437fffd1d886ccf7.tar.gz nixcfg-a9e9149739597dc287cff364437fffd1d886ccf7.zip |
Fix unbound; remove Nixos firewall (use only diplonat)
Diffstat (limited to 'cluster/staging')
-rw-r--r-- | cluster/staging/site/bespin.nix | 2 | ||||
-rw-r--r-- | cluster/staging/site/corrin.nix | 2 | ||||
-rw-r--r-- | cluster/staging/site/jupiter.nix | 2 | ||||
-rw-r--r-- | cluster/staging/site/neptune.nix | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/cluster/staging/site/bespin.nix b/cluster/staging/site/bespin.nix index 22feb59..2dbfbad 100644 --- a/cluster/staging/site/bespin.nix +++ b/cluster/staging/site/bespin.nix @@ -4,6 +4,4 @@ deuxfleurs.siteName = "bespin"; deuxfleurs.staticIPv4.defaultGateway = "192.168.5.254"; deuxfleurs.cnameTarget = "bespin.site.staging.deuxfleurs.org."; - - networking.firewall.allowedTCPPorts = [ 80 443 ]; } diff --git a/cluster/staging/site/corrin.nix b/cluster/staging/site/corrin.nix index 6eb5239..027f6b3 100644 --- a/cluster/staging/site/corrin.nix +++ b/cluster/staging/site/corrin.nix @@ -5,6 +5,4 @@ deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1"; deuxfleurs.cnameTarget = "corrin.site.staging.deuxfleurs.org."; deuxfleurs.publicIPv4 = "2.13.96.213"; - - networking.firewall.allowedTCPPorts = [ 80 443 ]; } diff --git a/cluster/staging/site/jupiter.nix b/cluster/staging/site/jupiter.nix index 2d39f5a..28ba297 100644 --- a/cluster/staging/site/jupiter.nix +++ b/cluster/staging/site/jupiter.nix @@ -4,6 +4,4 @@ deuxfleurs.siteName = "jupiter"; deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1"; deuxfleurs.cnameTarget = "jupiter.site.staging.deuxfleurs.org."; - - networking.firewall.allowedTCPPorts = [ 80 443 ]; } diff --git a/cluster/staging/site/neptune.nix b/cluster/staging/site/neptune.nix index f94d62f..86148f4 100644 --- a/cluster/staging/site/neptune.nix +++ b/cluster/staging/site/neptune.nix @@ -3,6 +3,4 @@ { deuxfleurs.siteName = "neptune"; deuxfleurs.cnameTarget = "neptune.site.staging.deuxfleurs.org."; - - networking.firewall.allowedTCPPorts = [ 80 443 ]; } |