1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add tailscale note

This commit is contained in:
RGBCube 2024-05-09 23:45:42 +03:00
parent ecee56ae02
commit 1de6283a3c
No known key found for this signature in database

View file

@ -4,6 +4,8 @@ let
# Shorter is better for networking interfaces IMO. # Shorter is better for networking interfaces IMO.
interface = "ts0"; interface = "ts0";
in systemConfiguration { in systemConfiguration {
# This doesn't work with dig but works with curl, Firefox
# and all other tools. Skill issue.
services.resolved.domains = [ "warthog-major.ts.net" ]; services.resolved.domains = [ "warthog-major.ts.net" ];
services.tailscale = enabled { services.tailscale = enabled {