NetworkManager: enable systemd-resolved DoT, use NM for iwd autoconnect

This commit is contained in:
Aminda Suomalainen 2024-08-11 08:31:45 +03:00
parent cc631c1fd2
commit a66f30dc2e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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