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
|
# sudo apt install network-manager-config-connectivity-debian
|
||||||
# for /usr/lib/NetworkManager/conf.d/20-connectivity-debian.conf
|
# for /usr/lib/NetworkManager/conf.d/20-connectivity-debian.conf
|
||||||
# (http://network-test.debian.org/nm without interval)
|
# (http://network-test.debian.org/nm without interval)
|
||||||
|
|
||||||
|
# vim: filetype=NetworkManager.conf
|
||||||
|
@ -2,3 +2,5 @@
|
|||||||
[connection]
|
[connection]
|
||||||
# Enable IPv6 privacy extensions, but this doesn't seem to work.
|
# Enable IPv6 privacy extensions, but this doesn't seem to work.
|
||||||
ipv6.ip6-privacy=2
|
ipv6.ip6-privacy=2
|
||||||
|
|
||||||
|
# vim: filetype=NetworkManager.conf
|
||||||
|
@ -9,3 +9,5 @@
|
|||||||
[device]
|
[device]
|
||||||
wifi.backend=iwd
|
wifi.backend=iwd
|
||||||
wifi.iwd.autoconnect=true
|
wifi.iwd.autoconnect=true
|
||||||
|
|
||||||
|
# vim: filetype=NetworkManager.conf
|
||||||
|
@ -2,3 +2,5 @@
|
|||||||
# Disable misbehaving NIC
|
# Disable misbehaving NIC
|
||||||
#unmanaged-devices=mac:xx:xx:xx:xx:xx:xx
|
#unmanaged-devices=mac:xx:xx:xx:xx:xx:xx
|
||||||
#hostname=HOSTNAME_TO_SEND_TO_DHCPD
|
#hostname=HOSTNAME_TO_SEND_TO_DHCPD
|
||||||
|
|
||||||
|
# vim: filetype=NetworkManager.conf
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
# Brings /etc/network/interfaces(.d/*) under control of NetworkManager
|
# Brings /etc/network/interfaces(.d/*) under control of NetworkManager
|
||||||
[ifupdown]
|
[ifupdown]
|
||||||
managed=true
|
managed=true
|
||||||
|
|
||||||
|
# vim: filetype=NetworkManager.conf
|
||||||
|
@ -2,3 +2,5 @@
|
|||||||
[connection]
|
[connection]
|
||||||
connection.mdns=2
|
connection.mdns=2
|
||||||
connection.llmnr=2
|
connection.llmnr=2
|
||||||
|
|
||||||
|
# vim: filetype=NetworkManager.conf
|
||||||
|
@ -2,3 +2,5 @@
|
|||||||
# network.
|
# network.
|
||||||
[device]
|
[device]
|
||||||
wifi.scan-rand-mac-address=no
|
wifi.scan-rand-mac-address=no
|
||||||
|
|
||||||
|
# vim: filetype=NetworkManager.conf
|
||||||
|
@ -2,3 +2,5 @@
|
|||||||
# queries to search domain DNS server when they fail
|
# queries to search domain DNS server when they fail
|
||||||
[global-dns]
|
[global-dns]
|
||||||
searches=
|
searches=
|
||||||
|
|
||||||
|
# vim: filetype=NetworkManager.conf
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
[main]
|
[main]
|
||||||
#dns=none
|
#dns=none
|
||||||
rc-manager=unmanaged
|
rc-manager=unmanaged
|
||||||
|
|
||||||
# vim: filetype=NetworkManager.conf
|
# vim: filetype=NetworkManager.conf
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
[main]
|
[main]
|
||||||
dns=systemd-resolved
|
dns=systemd-resolved
|
||||||
|
|
||||||
|
# vim: filetype=NetworkManager.conf
|
||||||
|
@ -3,3 +3,5 @@
|
|||||||
# again seems to expect unbound-control-setup to be done/enabled
|
# again seems to expect unbound-control-setup to be done/enabled
|
||||||
[main]
|
[main]
|
||||||
dns=unbound
|
dns=unbound
|
||||||
|
|
||||||
|
# vim: filetype=NetworkManager.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user