mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
Remove all traces of tailscale
This commit is contained in:
parent
ccac4395a2
commit
3cf75dc7e1
11 changed files with 19 additions and 127 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue