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 = {