containers: fix internet not working inside container

The wg-mullvad interface was at some point renamed to wg0-mullvad.

Note that in the future this method can be used to prevent certain
containers from accessing the internet in a similar way.
This commit is contained in:
Donovan Glover 2024-10-11 16:53:47 -04:00
parent a7fad6beb9
commit d7f4e3fccc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -235,7 +235,7 @@ in
nat = mkIf mullvad {
enable = true;
internalInterfaces = [ "ve-+" ];
externalInterface = "wg-mullvad";
externalInterface = "wg0-mullvad";
};
firewall = {