system/tailscale: correct wrong nat interface
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled

This commit is contained in:
Cilly Leang 2026-06-17 01:08:27 +10:00
parent d99ec5e25b
commit b782d74647
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -7,7 +7,7 @@
networking.nat = lib.mkIf (config.networking.hostName == "dandelion") { networking.nat = lib.mkIf (config.networking.hostName == "dandelion") {
enable = true; enable = true;
externalInterface = "enp0s6"; externalInterface = "enp0s6";
internalInterfaces = [ "tailscaled0" ]; internalInterfaces = [ "tailscale0" ];
forwardPorts = [ forwardPorts = [
{ {
sourcePort = 50300; sourcePort = 50300;