sj-vps-htz0,containers/dns: remove IPv6, opportunistic TLS
This commit is contained in:
parent
d86fdd61c9
commit
f5882396e3
3 changed files with 26 additions and 24 deletions
|
@ -1,19 +1,8 @@
|
|||
{...}: {
|
||||
networking.useHostResolvConf = false;
|
||||
|
||||
networking.nameservers = ["1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one"];
|
||||
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
dnssec = "true";
|
||||
domains = ["~."];
|
||||
fallbackDns = ["1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one"];
|
||||
extraConfig = ''
|
||||
DNSOverTLS=yes
|
||||
'';
|
||||
};
|
||||
|
||||
imports = [
|
||||
../../snippets/systemd-resolved.nix
|
||||
# ../../modules/ddclient-ovh.nix
|
||||
# ../../modules/ddclient-hetzner.nix
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue