Use conf.d for the NetworkManager config

This moves the parts of the NetworkManager config that appear to be important
to a surface-specific file in conf.d. That way, no config is overwritten when
installing the files.

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
This commit is contained in:
Dorian Stoll 2019-10-02 13:16:47 +02:00 committed by Blaž Hrastnik
parent 656439fbf6
commit 2ffb1a8a5f
3 changed files with 5 additions and 14 deletions

View file

@ -1,12 +0,0 @@
[main]
plugins=ifupdown,keyfile,ofono
#dns=dnsmasq
[ifupdown]
managed=false
[connection]
wifi.powersave = 2
[device]
wifi.scan-rand-mac-address=false

View file

@ -0,0 +1,5 @@
[connection]
wifi.powersave = 2
[device]
wifi.scan-rand-mac-address=false

View file

@ -1,2 +0,0 @@
[connection]
wifi.powersave = 2