Systemd resolved.
This commit is contained in:
parent
fc5f1b8a98
commit
bd3e08ef0a
|
|
@ -61,6 +61,13 @@
|
|||
];
|
||||
};
|
||||
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
dnssec = "true";
|
||||
domains = [ "~." ];
|
||||
fallbackDns = [ "9.9.9.9" "149.112.112.112" ];
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Montreal";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue