mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
NetworkManager/conf.d: add vim modelines
This commit is contained in:
parent
6900a44b4a
commit
71582a9b95
@ -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
|
||||
|
@ -2,3 +2,5 @@
|
||||
[connection]
|
||||
# Enable IPv6 privacy extensions, but this doesn't seem to work.
|
||||
ipv6.ip6-privacy=2
|
||||
|
||||
# vim: filetype=NetworkManager.conf
|
||||
|
@ -9,3 +9,5 @@
|
||||
[device]
|
||||
wifi.backend=iwd
|
||||
wifi.iwd.autoconnect=true
|
||||
|
||||
# vim: filetype=NetworkManager.conf
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Brings /etc/network/interfaces(.d/*) under control of NetworkManager
|
||||
[ifupdown]
|
||||
managed=true
|
||||
|
||||
# vim: filetype=NetworkManager.conf
|
||||
|
@ -2,3 +2,5 @@
|
||||
[connection]
|
||||
connection.mdns=2
|
||||
connection.llmnr=2
|
||||
|
||||
# vim: filetype=NetworkManager.conf
|
||||
|
@ -2,3 +2,5 @@
|
||||
# network.
|
||||
[device]
|
||||
wifi.scan-rand-mac-address=no
|
||||
|
||||
# vim: filetype=NetworkManager.conf
|
||||
|
@ -2,3 +2,5 @@
|
||||
# queries to search domain DNS server when they fail
|
||||
[global-dns]
|
||||
searches=
|
||||
|
||||
# vim: filetype=NetworkManager.conf
|
||||
|
@ -1,4 +1,5 @@
|
||||
[main]
|
||||
#dns=none
|
||||
rc-manager=unmanaged
|
||||
|
||||
# vim: filetype=NetworkManager.conf
|
||||
|
@ -1,2 +1,4 @@
|
||||
[main]
|
||||
dns=systemd-resolved
|
||||
|
||||
# vim: filetype=NetworkManager.conf
|
||||
|
@ -3,3 +3,5 @@
|
||||
# again seems to expect unbound-control-setup to be done/enabled
|
||||
[main]
|
||||
dns=unbound
|
||||
|
||||
# vim: filetype=NetworkManager.conf
|
||||
|
Loading…
Reference in New Issue
Block a user