systemd: Disable LLMNR

This commit is contained in:
Erwin Boskma 2024-01-10 21:55:23 +01:00
parent cea7eec04f
commit 3cfd715814
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -13,6 +13,7 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
services.resolved = { services.resolved = {
enable = true; enable = true;
llmnr = "false"; # Deprecated and a security risk
}; };
}; };
} }