diff --git a/services/wg.nix b/services/wg.nix index b3a9768..3f22593 100644 --- a/services/wg.nix +++ b/services/wg.nix @@ -29,9 +29,9 @@ systemd.services."traffic-shaping" = let - upload_pipe = 22; - high_prio = 20; - low_prio = 2; + upload_pipe = 44; + high_prio = 40; + low_prio = 4; in { description = "Apply QoS to prioritize non-VPN traffic";