From 9bcca965973f4b2daa5ed19e99025e622bd72e4d Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Tue, 28 Oct 2025 09:08:45 +0100 Subject: [PATCH] aspi firefwall: reactivate checkReversePath --- hosts/aspi/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/aspi/default.nix b/hosts/aspi/default.nix index e7b277b..9d9990c 100644 --- a/hosts/aspi/default.nix +++ b/hosts/aspi/default.nix @@ -29,6 +29,8 @@ networking.hostName = "aspi"; system.stateVersion = "24.05"; + # networking.firewall.checkReversePath = false; # Makes wg interface with all ips work + modules = { syncthing = { enable = true;