From 828e2d0fde3eaf425619bdd2895a2ae5030ec1c6 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 18 May 2025 08:43:02 +0200 Subject: [PATCH] lifebook remove checkReversePath --- hosts/lifebook/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lifebook/hardware-configuration.nix b/hosts/lifebook/hardware-configuration.nix index 5a8a004..e428616 100644 --- a/hosts/lifebook/hardware-configuration.nix +++ b/hosts/lifebook/hardware-configuration.nix @@ -210,7 +210,7 @@ #defaultGateway = "192.168.0.1"; #nameservers = [ "192.168.0.4" ]; firewall = { - #checkReversePath = false; + checkReversePath = false; enable = true; allowedUDPPorts = [ 24727 51820 ]; allowedTCPPorts = [ 24727 ];