Merge pull request #220068 from h7x4/hedgedoc-allow-nullable-client-secret
nixos/hedgedoc: allow `clientSecret` to be null
This commit is contained in:
@@ -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.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user