[Network] Disable LLMNR as it is a security issue, and it makes resolution slower

This commit is contained in:
Antoine Viallon 2022-03-27 01:15:53 +01:00
parent d50c951aae
commit a3f7ca24b8
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -33,6 +33,7 @@ in
services.resolved.enable = (cfg.dns == "systemd-resolved");
services.resolved.llmnr = mkForce "false"; # https://www.blackhillsinfosec.com/how-to-disable-llmnr-why-you-want-to/
networking.networkmanager = {
wifi.backend = mkDefault "iwd";