mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-14 20:35:17 +00:00
Fix copy paste failure
This commit is contained in:
@@ -89,22 +89,22 @@ in
|
||||
default = null;
|
||||
description = "Path to the secret";
|
||||
};
|
||||
legacyJwtSecretPath = libMkOption {
|
||||
legacyJwtSecretPath = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.str;
|
||||
default = null;
|
||||
description = "Path to the secret";
|
||||
};
|
||||
mailjetApiKeyPath = libMkOption {
|
||||
mailjetApiKeyPath = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.str;
|
||||
default = null;
|
||||
description = "Path to the secret";
|
||||
};
|
||||
mailjetApiSecretPath = libMkOption {
|
||||
mailjetApiSecretPath = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.str;
|
||||
default = null;
|
||||
description = "Path to the secret";
|
||||
};
|
||||
smtpPasswordPath = libMkOption {
|
||||
smtpPasswordPath = lib.MkOption {
|
||||
type = lib.types.nullOr lib.types.str;
|
||||
default = null;
|
||||
description = "Path to the secret";
|
||||
|
||||
Reference in New Issue
Block a user