summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/wry.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-11-13 12:25:18 +0100
committermakefu <github@syntax-fehler.de>2015-11-13 12:25:18 +0100
commite0ae8c1a3fe333de8a14b04b4a7e2dd01163b727 (patch)
tree8f3822ac169bebffd65747e6a56445de17b5dfb4 /makefu/1systems/wry.nix
parent383d8750236d58e9b7932a0c88a1245f95824045 (diff)
m 1 {gum,wry}: disable dropped packet logging
Diffstat (limited to 'makefu/1systems/wry.nix')
-rw-r--r--makefu/1systems/wry.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/makefu/1systems/wry.nix b/makefu/1systems/wry.nix
index ba94972fb..cd39b4b9f 100644
--- a/makefu/1systems/wry.nix
+++ b/makefu/1systems/wry.nix
@@ -59,9 +59,12 @@ in {
};
networking = {
- firewall.allowPing = true;
- firewall.allowedTCPPorts = [ 53 80 443 ];
- firewall.allowedUDPPorts = [ 655 ];
+ firewall = {
+ allowPing = true;
+ logRefusedConnections = false;
+ allowedTCPPorts = [ 53 80 443 ];
+ allowedUDPPorts = [ 655 ];
+ };
interfaces.enp2s1.ip4 = [{
address = external-ip;
prefixLength = 24;
[cgit] Unable to lock slot /tmp/cgit/c2200000.lock: No such file or directory (2)