Skip to content

Commit

Permalink
Merge pull request #57836 from reanimus/duo-secure-fail
Browse files Browse the repository at this point in the history
nixos/security: make duo support secure failure correctly
  • Loading branch information
infinisil committed Mar 27, 2019
2 parents 2dc4153 + 0c34b9f commit 8471ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/security/duosec.nix
Expand Up @@ -76,7 +76,7 @@ in
};

failmode = mkOption {
type = types.enum [ "safe" "enum" ];
type = types.enum [ "safe" "secure" ];
default = "safe";
description = ''
On service or configuration errors that prevent Duo
Expand Down

0 comments on commit 8471ab7

Please sign in to comment.