From 02fdb4707dee5e88113b7d9e7725017ac8231692 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Sun, 6 Jul 2025 17:33:10 +0800 Subject: [PATCH] fix for wireguard --- configuration/desktop.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration/desktop.nix b/configuration/desktop.nix index 919cfe2..5b0e8a2 100755 --- a/configuration/desktop.nix +++ b/configuration/desktop.nix @@ -164,6 +164,9 @@ # Enable CUPS to print documents. services.printing.enable = true; + # If you don't set this Wireguard won't work. + networking.firewall.checkReversePath = false; + # Enable sound with pipewire. services.pulseaudio.enable = false; security.rtkit.enable = true;