systemd: Disable LLMNR
This commit is contained in:
parent
cea7eec04f
commit
3cfd715814
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
llmnr = "false"; # Deprecated and a security risk
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue