Specify headscale domain
This commit is contained in:
parent
087a1b6f1c
commit
cd90b61db5
2 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,10 @@
|
|||
enable = true;
|
||||
address = localhost;
|
||||
port = port.headscale;
|
||||
settings.server_url = "https://headscale.${domain}";
|
||||
settings = {
|
||||
dns.base_domain = "tailscale.${domain}";
|
||||
server_url = "https://headscale.${domain}";
|
||||
};
|
||||
};
|
||||
tailscale = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue