Disable dnssec on desktop as it create issues with AdGuard
This commit is contained in:
parent
d4ca7a8efe
commit
6005cb7fda
2 changed files with 3 additions and 0 deletions
|
|
@ -56,4 +56,6 @@
|
||||||
|
|
||||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
hardware.video.hidpi.enable = lib.mkDefault true;
|
||||||
|
|
||||||
|
services.resolved.dnssec = "false";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,5 @@
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"127.0.0.1" = [ "localhost" "membres.yourcoop.local" ];
|
"127.0.0.1" = [ "localhost" "membres.yourcoop.local" ];
|
||||||
};
|
};
|
||||||
|
services.resolved.dnssec = "false";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue