mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
c6c85f937c
This commit sets dhcpcd as the dhcp client for NM to use and adds some comments to /etc/NetworkManager/nm-system-settings.conf so that it's clearer where to look for more information... Thanks to Dan Williams (NM Upstream Dev) for help with this. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
11 lines
181 B
Text
11 lines
181 B
Text
# /etc/NetworkManager/nm-system-settings.conf
|
|
#
|
|
# See NetworkManager.conf(5) for more information on this file
|
|
|
|
[main]
|
|
plugins=keyfile
|
|
dhcp=dhcpcd
|
|
|
|
[keyfile]
|
|
hostname=yourhostname
|
|
|