NetworkManager: rc-manager=auto with systemd-resolved

This commit is contained in:
Aminda Suomalainen 2025-05-01 20:16:50 +03:00
parent 0cf0d83396
commit d3a615713a
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 1 additions and 5 deletions

View File

@ -1,3 +1 @@
<!-- @format -->
# NetworkManager conf.d files that I want to remember, but not use actively # NetworkManager conf.d files that I want to remember, but not use actively

View File

@ -1,9 +1,7 @@
[main] [main]
# Send data to systemd-resolved # Send data to systemd-resolved
dns=systemd-resolved dns=systemd-resolved
# Even if I use systemd-resolved, I don't want NetworkManager to touch my rc-manager=auto
# resolv.conf
rc-manager=none
# Implied, but made explicit # Implied, but made explicit
systemd-resolved=true systemd-resolved=true
# Tell it to use DoT # Tell it to use DoT