mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nuc: disable dnssec as it breaks matrix
This commit is contained in:
parent
f0cae501f9
commit
7a8e304ca1
3 changed files with 14 additions and 10 deletions
|
@ -14,7 +14,8 @@
|
|||
};
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
dnssec = "true";
|
||||
# dnssec is broken
|
||||
# dnssec = "true";
|
||||
fallbackDns = [
|
||||
"9.9.9.9"
|
||||
"149.112.112.112"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue