ma hw/network-manager: collect state

This commit is contained in:
makefu 2018-10-21 23:29:55 +02:00
parent 7c4f61f3a6
commit da03791c5a

View file

@ -27,4 +27,7 @@
powersave = true;
scanRandMacAddress = true;
};
state = [
"/etc/NetworkManager/system-connections" #NM stateful config files
];
}