mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 09:08:16 +00:00
Merge pull request #57836 from reanimus/duo-secure-fail
nixos/security: make duo support secure failure correctly
This commit is contained in:
commit
8471ab7624
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user