Merge pull request #134475 from MalteT/fix/pam-config-challengeResponsePath

nixos/pam: Fix `security.pam.yubico.challengeResponsePath` type
This commit is contained in:
Lassulus 2021-08-17 19:35:14 +02:00 committed by GitHub
commit d4b27d7d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.