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