From faaf6649c56c40801f7518b5fee991f3343349de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 9 Apr 2024 15:43:03 +0200 Subject: [PATCH] fix multicast dns for ethernet --- nixosModules/clanCore/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/clanCore/networking.nix b/nixosModules/clanCore/networking.nix index 36e878d1..ec8f7524 100644 --- a/nixosModules/clanCore/networking.nix +++ b/nixosModules/clanCore/networking.nix @@ -74,7 +74,7 @@ systemd.services.NetworkManager-wait-online.enable = false; systemd.network.wait-online.enable = false; - systemd.network.networks."99-default-dhcp.network".networkConfig.MulticastDNS = lib.mkDefault "yes"; + systemd.network.networks."99-ethernet-default-dhcp".networkConfig.MulticastDNS = lib.mkDefault "yes"; systemd.network.networks."99-wireless-client-dhcp".networkConfig.MulticastDNS = lib.mkDefault "yes"; # Use networkd instead of the pile of shell scripts