From 7719637c955246d5d2fb3bc341354c308c88a4af Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 6 Nov 2024 14:08:59 +0100 Subject: [PATCH] fix(Zephyrus): Added firewall rules to make Wireguard work with NM --- hosts/Zephyrus/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Zephyrus/hardware-configuration.nix b/hosts/Zephyrus/hardware-configuration.nix index 078a8f5..e5eed84 100644 --- a/hosts/Zephyrus/hardware-configuration.nix +++ b/hosts/Zephyrus/hardware-configuration.nix @@ -39,6 +39,7 @@ # Network & Bluetooth networking.networkmanager.enable = true; + networking.firewall.checkReversePath = "loose"; # For wireguard hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true;