mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Network] Disable LLMNR as it is a security issue, and it makes resolution slower
This commit is contained in:
parent
d50c951aae
commit
a3f7ca24b8
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue