ma hw/network-manager: collect state

This commit is contained in:
makefu 2018-10-21 23:29:55 +02:00
parent f6b82f2d1f
commit 85e7795a34
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

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