mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
Fix security.pam.yubico.challengeResponsePath
type
The config is optional and may be left `null`.
This commit is contained in:
parent
6bb9ad36c5
commit
891e537592
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user