Fix copy paste failure

This commit is contained in:
Rory&
2025-12-27 10:33:00 +01:00
parent df1aea808b
commit 97d40540f8
+4 -4
View File
@@ -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";