Specify headscale domain

This commit is contained in:
Invariantspace 2024-10-10 21:28:09 -07:00
parent 087a1b6f1c
commit cd90b61db5
No known key found for this signature in database
GPG key ID: EBC4A20067373921
2 changed files with 5 additions and 2 deletions

View file

@ -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"];
} }
]; ];
}; };

View file

@ -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;