remove tailnet dns #31
2 changed files with 2 additions and 7 deletions
|
|
@ -24,10 +24,5 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
subdomain = "hs";
|
subdomain = "hs";
|
||||||
};
|
};
|
||||||
settings = {
|
|
||||||
dns = {
|
|
||||||
magic_dns = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, config, ... }:
|
{ inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ inputs.synix.nixosModules.tailscale ];
|
imports = [ inputs.synix.nixosModules.tailscale ];
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSH = true;
|
enableSSH = true;
|
||||||
acceptDNS = !config.services.coredns.enable;
|
acceptDNS = false; # use coredns
|
||||||
loginServer = "https://hs.sid.ovh";
|
loginServer = "https://hs.sid.ovh";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue