Specify headscale domain
This commit is contained in:
parent
087a1b6f1c
commit
cd90b61db5
2 changed files with 5 additions and 2 deletions
|
|
@ -70,7 +70,7 @@
|
||||||
{
|
{
|
||||||
type = "grid";
|
type = "grid";
|
||||||
regex = "^zrepl-.*";
|
regex = "^zrepl-.*";
|
||||||
grid = lib.concatStringsSep " | " ["1x1h(keep=all)" "365x1d" "52x1w"];
|
grid = lib.concatStringsSep " | " ["1x1h(keep=all)" "30x1d" "52x1w"];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
address = localhost;
|
address = localhost;
|
||||||
port = port.headscale;
|
port = port.headscale;
|
||||||
settings.server_url = "https://headscale.${domain}";
|
settings = {
|
||||||
|
dns.base_domain = "tailscale.${domain}";
|
||||||
|
server_url = "https://headscale.${domain}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
tailscale = {
|
tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue