mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
nixos/hedgedoc: allow clientSecret
to be null
This commit is contained in:
parent
777a9707e7
commit
8c17fe986a
@ -624,7 +624,8 @@ in
|
||||
'';
|
||||
};
|
||||
clientSecret = mkOption {
|
||||
type = types.str;
|
||||
type = with types; nullOr str;
|
||||
default = null;
|
||||
description = lib.mdDoc ''
|
||||
Specify the OAuth client secret.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user