NetworkManager/conf.d: add vim modelines

This commit is contained in:
Aminda Suomalainen 2024-05-09 09:21:21 +03:00
parent 6900a44b4a
commit 71582a9b95
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
11 changed files with 21 additions and 0 deletions

View File

@ -8,3 +8,5 @@ interval=100
# sudo apt install network-manager-config-connectivity-debian
# for /usr/lib/NetworkManager/conf.d/20-connectivity-debian.conf
# (http://network-test.debian.org/nm without interval)
# vim: filetype=NetworkManager.conf

View File

@ -2,3 +2,5 @@
[connection]
# Enable IPv6 privacy extensions, but this doesn't seem to work.
ipv6.ip6-privacy=2
# vim: filetype=NetworkManager.conf

View File

@ -9,3 +9,5 @@
[device]
wifi.backend=iwd
wifi.iwd.autoconnect=true
# vim: filetype=NetworkManager.conf

View File

@ -2,3 +2,5 @@
# Disable misbehaving NIC
#unmanaged-devices=mac:xx:xx:xx:xx:xx:xx
#hostname=HOSTNAME_TO_SEND_TO_DHCPD
# vim: filetype=NetworkManager.conf

View File

@ -1,3 +1,5 @@
# Brings /etc/network/interfaces(.d/*) under control of NetworkManager
[ifupdown]
managed=true
# vim: filetype=NetworkManager.conf

View File

@ -2,3 +2,5 @@
[connection]
connection.mdns=2
connection.llmnr=2
# vim: filetype=NetworkManager.conf

View File

@ -2,3 +2,5 @@
# network.
[device]
wifi.scan-rand-mac-address=no
# vim: filetype=NetworkManager.conf

View File

@ -2,3 +2,5 @@
# queries to search domain DNS server when they fail
[global-dns]
searches=
# vim: filetype=NetworkManager.conf

View File

@ -1,4 +1,5 @@
[main]
#dns=none
rc-manager=unmanaged
# vim: filetype=NetworkManager.conf

View File

@ -1,2 +1,4 @@
[main]
dns=systemd-resolved
# vim: filetype=NetworkManager.conf

View File

@ -3,3 +3,5 @@
# again seems to expect unbound-control-setup to be done/enabled
[main]
dns=unbound
# vim: filetype=NetworkManager.conf