1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Add tailscale alias

This commit is contained in:
RGBCube 2024-05-11 14:20:56 +03:00
parent 1de6283a3c
commit f23d27c2b3
No known key found for this signature in database

View file

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