disable tailscale dns
This commit is contained in:
parent
eee397a0e2
commit
8155fbb41c
2 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, ... }:
|
||||
{ inputs, config, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.synix.nixosModules.tailscale ];
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
services.tailscale = {
|
||||
enable = true;
|
||||
enableSSH = true;
|
||||
acceptDNS = !config.services.coredns.enable;
|
||||
loginServer = "https://hs.sid.ovh";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue