Disable DNSSEC

This commit is contained in:
coolneng 2022-08-16 13:12:34 +02:00
parent 23970d8851
commit 1f4e3d5978
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
};
systemd.services."systemd-networkd-wait-online".enable = false;
# Disable DNSSEC
services.resolved.dnssec = "false";
# Prioritize ethernet over WiFi
systemd.network.networks."40-enp0s31f6".dhcpV4Config.RouteMetric = 10;
systemd.network.networks."40-wlan0".dhcpV4Config.RouteMetric = 20;