6c4831339c
Do not modify main /etc/NetworkManager/NetworkManager.conf as it would cause conflicts during updates. Use /etc/NetworkManager/conf.d/30-qubes.conf instead. Also remove some dead code for dynamically generated parts (no longer required to "blacklist" eth0 in VMs - we have proper connection generated for it). It was commented out for some time already Fixes QubesOS/qubes-issues#1176
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
## This file is part of Qubes OS
|
|
## Changes in this file may be overriden on update
|
|
## Please use "/etc/NetworkManager/conf.d/50-user.conf" for your custom
|
|
## configuration.
|
|
|
|
[main]
|
|
plugins += keyfile
|
|
|
|
[keyfile]
|
|
unmanaged_devices=mac:fe:ff:ff:ff:ff:ff
|