Fixed wireguard VPNs

This commit is contained in:
Jan-Bulthuis 2025-06-11 17:13:53 +02:00
parent 3603fe28a7
commit 0d25c1deff

View File

@ -11,5 +11,7 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
# TODO: Add sudo users to the networkmanager group? # TODO: Add sudo users to the networkmanager group?
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.firewall.checkReversePath = false;
}; };
} }