mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
3 lines
74 B
Nix
3 lines
74 B
Nix
lib: {
|
|
isTailscaleDomain = domain: domain |> lib.hasSuffix ".ts.net";
|
|
}
|