nixos/privacyidea: fix manual build

This commit is contained in:
Maximilian Bosch 2022-10-06 13:50:31 +02:00
parent 1c7728df2a
commit 15914eba85
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -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;