nixos/connman: add TODOs regarding connman + network-manager

This commit is contained in:
Doron Behar
2020-03-28 12:28:29 +03:00
parent 480397693e
commit bffec3d884
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
connman = callPackage ./connman.nix { };
connmanFull = callPackage ./connman.nix {
# TODO: Why is this in `connmanFull` and not the default build? See TODO in
# nixos/modules/services/networking/connman.nix (near the assertions)
enableNetworkManager = true;
enableHh2serialGps = true;
enableL2tp = true;