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 = {
|
networking = {
|
||||||
inherit hostName;
|
inherit hostName;
|
||||||
resolvconf = {
|
resolvconf.enable = true;
|
||||||
enable = true;
|
nameservers = config.services.headscale.settings.dns_config.nameservers ++ ["1.0.0.1"];
|
||||||
extraConfig = ''
|
|
||||||
name_servers='1.0.0.1'
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue