mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Add tailscale domain search suffix to resolved
This commit is contained in:
parent
0e513b6ce2
commit
ecee56ae02
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 {
|
||||
services.resolved.domains = [ "warthog-major.ts.net" ];
|
||||
|
||||
services.tailscale = enabled {
|
||||
interfaceName = interface;
|
||||
useRoutingFeatures = "both";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue