mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Add tailscale alias
This commit is contained in:
parent
1de6283a3c
commit
f23d27c2b3
1 changed files with 2 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue