clanCore/networking: allow ping unconditionally

This commit is contained in:
Jörg Thalheim 2023-11-15 11:04:03 +01:00
parent 1e49bf3378
commit df1e166afb
No known key found for this signature in database

View File

@ -22,6 +22,9 @@
# conflicts with systemd-resolved
networking.useHostResolvConf = false;
# Allow PMTU / DHCP
networking.firewall.allowPing = true;
# The notion of "online" is a broken concept
# https://github.com/systemd/systemd/blob/e1b45a756f71deac8c1aa9a008bd0dab47f64777/NEWS#L13
systemd.services.NetworkManager-wait-online.enable = false;