system/tailscale: correct wrong nat interface
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled
Some checks failed
CI / Build linux-lava for x86_64-linux (push) Has been cancelled
This commit is contained in:
parent
d99ec5e25b
commit
b782d74647
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue