This commit is contained in:
vorboyvo 2026-05-19 14:22:12 -04:00
parent eab58a8f2d
commit bf225209d7

View file

@ -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";