1
0
forked from clan/clan-core

Merge pull request 'enable multicast fore default dhcp network' (#1141) from networkd into main

Reviewed-on: clan/clan-core#1141
This commit is contained in:
Mic92 2024-04-09 13:35:51 +00:00
commit 36ce43bfcf

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;
};