feat(tyr): setup local dns with blocky+unbound.
This commit is contained in:
parent
4ef08da3e8
commit
555a489f7d
3 changed files with 52 additions and 5 deletions
|
@ -26,13 +26,10 @@
|
|||
}
|
||||
];
|
||||
networking.defaultGateway = "192.168.0.1";
|
||||
networking.nameservers = ["1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one"];
|
||||
networking.nameservers = ["127.0.0.1"];
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
fallbackDns = ["1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one"];
|
||||
dnssec = "true";
|
||||
dnsovertls = "true";
|
||||
domains = ["~."];
|
||||
fallbackDns = ["127.0.0.1"];
|
||||
};
|
||||
|
||||
# Enable flakes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue