temp
This commit is contained in:
parent
13ebf27197
commit
9c00efa489
1 changed files with 3 additions and 0 deletions
|
@ -55,4 +55,7 @@
|
||||||
|
|
||||||
services.tailscale.extraUpFlags = [ "--advertise-exit-node" ];
|
services.tailscale.extraUpFlags = [ "--advertise-exit-node" ];
|
||||||
boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; };
|
boot.kernel.sysctl = { "net.ipv4.ip_forward" = true; };
|
||||||
|
|
||||||
|
# TEMPORARY
|
||||||
|
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue