nixos/connman: remove with usage (#440928)
services.connman: remove with usage
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user