Fixed wireguard issue with firewall

This commit is contained in:
Jan-Bulthuis 2025-04-16 13:04:00 +02:00
parent 8738fa3066
commit 3f6fcdc283
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ in
enable = true; enable = true;
wifi.powersave = true; wifi.powersave = true;
}; };
firewall = {
# Fix for wireguard
checkReversePath = false;
};
}; };
}; };
} }