From a34713ec4bc6d6c3683cb2b19600573a80838039 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Thu, 20 Mar 2025 06:59:49 +0000 Subject: [PATCH] Disable LLMNR. --- hosts/chilly/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/chilly/default.nix b/hosts/chilly/default.nix index 1db1e26..82348f8 100644 --- a/hosts/chilly/default.nix +++ b/hosts/chilly/default.nix @@ -42,6 +42,8 @@ networking.useNetworkd = true; systemd.network.enable = true; + # not useful and potentially a security loophole + services.resolved.llmnr = "false"; systemd.network.netdevs."10-br0" = { netdevConfig = {