Remove all traces of tailscale

This commit is contained in:
SebastianStork 2026-01-11 00:17:51 +01:00
parent ccac4395a2
commit 3cf75dc7e1
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
11 changed files with 19 additions and 127 deletions

View file

@ -3,10 +3,7 @@
self,
}:
{
isTailscaleDomain = domain: domain |> lib.hasSuffix ".ts.net";
isPrivateDomain =
domain: domain |> lib.hasSuffix ".splitleaf.de";
isPrivateDomain = domain: domain |> lib.hasSuffix ".splitleaf.de";
subdomainOf = domain: domain |> lib.splitString "." |> lib.head;