eugh.
This commit is contained in:
parent
eab58a8f2d
commit
bf225209d7
|
|
@ -64,14 +64,14 @@
|
|||
];
|
||||
};
|
||||
|
||||
# services.resolved = {
|
||||
# enable = true;
|
||||
# # dnssec = "true";
|
||||
# settings.Resolve = {
|
||||
# Domains = [ "~." ];
|
||||
# FallbackDns = [ "9.9.9.9" "149.112.112.112" ];
|
||||
# };
|
||||
# };
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
# dnssec = "true";
|
||||
settings.Resolve = {
|
||||
Domains = [ "~." ];
|
||||
FallbackDns = [ "9.9.9.9" "149.112.112.112" ];
|
||||
};
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Montreal";
|
||||
|
|
|
|||
Loading…
Reference in a new issue