Update inputs
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 6m28s

This commit is contained in:
2026-01-20 13:33:38 +00:00
parent 7951c777cb
commit c2d2fcaab6
13 changed files with 91 additions and 61 deletions

View File

@@ -104,11 +104,9 @@ in
lvm = {
dmeventd.enable = true;
};
resolved = {
llmnr = "false";
extraConfig = ''
MulticastDNS=false
'';
resolved.settings.Resolve = {
LLMNR = false;
MulticastDNS = false;
};
netdata.enable = true;