nixos/estuary: Disable LLMNR and mDNS
This commit is contained in:
parent
d64f750761
commit
bcde359853
@ -94,6 +94,12 @@ in
|
||||
lvm = {
|
||||
dmeventd.enable = true;
|
||||
};
|
||||
resolved = {
|
||||
llmnr = "false";
|
||||
extraConfig = ''
|
||||
MulticastDNS=false
|
||||
'';
|
||||
};
|
||||
netdata.enable = true;
|
||||
|
||||
iperf3 = {
|
||||
|
Loading…
Reference in New Issue
Block a user