From 8cf6d61291aa73ab9fa719c5c43c4a7d643cc672 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 23 Oct 2025 07:43:32 -0700 Subject: add a profile for tailscale will be used by nixos machines. --- profiles/tailscale.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 profiles/tailscale.nix diff --git a/profiles/tailscale.nix b/profiles/tailscale.nix new file mode 100644 index 0000000..87b1f47 --- /dev/null +++ b/profiles/tailscale.nix @@ -0,0 +1,9 @@ +{ ... }: +{ + services.tailscale = { + enable = true; + interfaceName = "tailscale0"; + }; + networking.firewall.trustedInterfaces = [ "tailscale0" ]; + networking.firewall.checkReversePath = "loose"; +} -- cgit v1.2.3