fix for wireguard

This commit is contained in:
Fern Garden 2025-07-06 17:33:10 +08:00
parent 8ca39c9733
commit 02fdb4707d

View file

@ -164,6 +164,9 @@
# Enable CUPS to print documents. # Enable CUPS to print documents.
services.printing.enable = true; services.printing.enable = true;
# If you don't set this Wireguard won't work.
networking.firewall.checkReversePath = false;
# Enable sound with pipewire. # Enable sound with pipewire.
services.pulseaudio.enable = false; services.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;