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;