fix(oksys): add local tailscale nameserver
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
de4b9c4bde
commit
2fc80016fc
1 changed files with 2 additions and 6 deletions
|
@ -42,12 +42,8 @@ in {
|
|||
|
||||
networking = {
|
||||
inherit hostName;
|
||||
resolvconf = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
name_servers='1.0.0.1'
|
||||
'';
|
||||
};
|
||||
resolvconf.enable = true;
|
||||
nameservers = config.services.headscale.settings.dns_config.nameservers ++ ["1.0.0.1"];
|
||||
firewall.enable = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue