Merge pull request #74030 from ckauhaus/connman-to-services.networking

connman: move "networking.connman" options to "services.connman"
This commit is contained in:
worldofpeace
2019-11-24 21:24:33 +00:00
committed by GitHub
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -620,7 +620,7 @@ in
# Wireless won't work in the VM.
networking.wireless.enable = mkVMOverride false;
networking.connman.enable = mkVMOverride false;
services.connman.enable = mkVMOverride false;
# Speed up booting by not waiting for ARP.
networking.dhcpcd.extraConfig = "noarp";