enable multicast fore default dhcp network

This commit is contained in:
Jörg Thalheim 2024-04-09 15:29:40 +02:00 committed by Mic92
parent 5dac575be8
commit a8718b92d4

View File

@ -74,6 +74,9 @@
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-wireless-client-dhcp".networkConfig.MulticastDNS = lib.mkDefault "yes";
# Use networkd instead of the pile of shell scripts
networking.useNetworkd = lib.mkDefault true;
};