Fix `security.pam.yubico.challengeResponsePath` type

The config is optional and may be left `null`.
launchpad/nixpkgs/master
Malte Tammena 3 years ago
parent 6bb9ad36c5
commit 891e537592
  1. 2
      nixos/modules/security/pam.nix

@ -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…
Cancel
Save