Server/headscale: update settings
This commit is contained in:
parent
fdad5d88bb
commit
7ad9530040
6 changed files with 8 additions and 8 deletions
|
|
@ -18,8 +18,8 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
headscale.settings.dns_config = {
|
||||
nameservers = lib.mkForce ["100.100.0.1"];
|
||||
headscale.settings.dns= {
|
||||
nameservers.global = lib.mkForce ["100.100.0.1"];
|
||||
extra_records = [
|
||||
{
|
||||
name = domain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue