pam module: optionSet -> submodule
This commit is contained in:
@@ -386,8 +386,7 @@ in
|
|||||||
|
|
||||||
security.pam.services = mkOption {
|
security.pam.services = mkOption {
|
||||||
default = [];
|
default = [];
|
||||||
type = types.loaOf types.optionSet;
|
type = with types; loaOf (submodule pamOpts);
|
||||||
options = [ pamOpts ];
|
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
This option defines the PAM services. A service typically
|
This option defines the PAM services. A service typically
|
||||||
|
|||||||
Reference in New Issue
Block a user