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
+1 -1
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.