hopefully fix the wheatley issue by adding mullvad to the internal network

This commit is contained in:
Lillian Violet 2025-08-26 14:05:24 +02:00
parent 26b99fce6f
commit 33c0ba3238
2 changed files with 9 additions and 8 deletions

View file

@ -306,7 +306,7 @@
# enable NAT
enable = true;
externalInterface = "end0";
internalInterfaces = ["wg1"];
internalInterfaces = ["wg1" "mullvad"];
};
firewall = {
enable = true;