This commit is contained in:
iFargle 2023-09-15 23:53:40 +09:00
parent afb3083e3b
commit d5aa2f1687

View file

@ -42,6 +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" };
# Temporary
networking.firewall.allowedTCPPorts = [ 22 ];