Fix security.pam.yubico.challengeResponsePath type
The config is optional and may be left `null`.
This commit is contained in:
@@ -828,7 +828,7 @@ in
|
||||
};
|
||||
challengeResponsePath = mkOption {
|
||||
default = null;
|
||||
type = types.path;
|
||||
type = types.nullOr types.path;
|
||||
description = ''
|
||||
If not null, set the path used by yubico pam module where the challenge expected response is stored.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user