test
This commit is contained in:
parent
d5aa2f1687
commit
821bbb53c7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
};
|
||||
services.tailscale.authKeyFile = "/run/secrets/nixos-rpi4-01_tailscale_key";
|
||||
services.tailscale.extraUpFlags = [ "--advertise-exit-node" ];
|
||||
boot.kernel.sysctl = { "net.ipv4.ip_forward = 1" };
|
||||
boot.kernel.sysctl = { "net.ipv4.ip_forward = 1"; };
|
||||
|
||||
# Temporary
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
|
|
Loading…
Reference in a new issue