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;