summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-12-09 17:42:52 +0100
committertv <tv@krebsco.de>2022-12-09 17:43:03 +0100
commitea30ea8661dbc83f8d2f96f2c511aa04992d3ffe (patch)
tree3711da67f3a34f8b179fe207002fb4b7a2374b38
parent8062bf67e3481214883f0d41a624c0ccfb1cf275 (diff)
ponte firewall: disable logging
-rw-r--r--krebs/1systems/ponte/config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/1systems/ponte/config.nix b/krebs/1systems/ponte/config.nix
index ba817692..f896c507 100644
--- a/krebs/1systems/ponte/config.nix
+++ b/krebs/1systems/ponte/config.nix
@@ -8,6 +8,8 @@
];
networking.firewall.allowedTCPPorts = [ 80 443 ];
+ networking.firewall.logRefusedConnections = false;
+ networking.firewall.logRefusedUnicastsOnly = false;
krebs.build.host = config.krebs.hosts.ponte;