diff --git a/etc/NetworkManager/conf.d/iwd.conf b/etc/NetworkManager/conf.d/iwd.conf index 99c968a0..0dead4a7 100644 --- a/etc/NetworkManager/conf.d/iwd.conf +++ b/etc/NetworkManager/conf.d/iwd.conf @@ -8,6 +8,7 @@ [device] wifi.backend=iwd -wifi.iwd.autoconnect=true - +# Leave autoconnection logic and all for NetworkManager +#wifi.iwd.autoconnect=true +wifi.iwd.autoconnect=false # vim: filetype=NetworkManager.conf diff --git a/etc/NetworkManager/conf.d/systemd-resolved.conf b/etc/NetworkManager/conf.d/systemd-resolved.conf index f430ed21..4e83fa6d 100644 --- a/etc/NetworkManager/conf.d/systemd-resolved.conf +++ b/etc/NetworkManager/conf.d/systemd-resolved.conf @@ -6,5 +6,7 @@ dns=systemd-resolved rc-manager=none # Implied, but made explicit systemd-resolved=true - +# Tell it to use DoT +[connetion] +connection.dns-over-tls=true # vim: filetype=NetworkManager.conf