mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/privacyidea: fix manual build
This commit is contained in:
parent
1c7728df2a
commit
15914eba85
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ in
|
|||
};
|
||||
|
||||
tokenjanitor = {
|
||||
enable = mkEnableOption "automatic runs of the token janitor";
|
||||
enable = mkEnableOption (lib.mdDoc "automatic runs of the token janitor");
|
||||
interval = mkOption {
|
||||
default = "quarterly";
|
||||
type = types.str;
|
||||
|
|
Loading…
Reference in a new issue