nixos/connman: remove with usage (#440928)

services.connman: remove with usage
This commit is contained in:
6543
2025-09-07 18:03:54 +02:00
committed by GitHub
parent 55a7f90e70
commit ef415e5892
@@ -16,7 +16,7 @@ let
enableIwd = cfg.wifi.backend == "iwd";
in
{
meta.maintainers = with lib.maintainers; [ ];
meta.maintainers = [ ];
imports = [
(lib.mkRenamedOptionModule [ "networking" "connman" ] [ "services" "connman" ])
@@ -59,7 +59,7 @@ in
};
networkInterfaceBlacklist = lib.mkOption {
type = with lib.types; listOf str;
type = lib.types.listOf lib.types.str;
default = [
"vmnet"
"vboxnet"
@@ -87,7 +87,7 @@ in
};
extraFlags = lib.mkOption {
type = with lib.types; listOf str;
type = lib.types.listOf lib.types.str;
default = [ ];
example = [ "--nodnsproxy" ];
description = ''