Get envsubst to replace only necessary variables
This commit is contained in:
@@ -21,12 +21,12 @@ in
|
||||
smtpServer = lib.mkOption {
|
||||
description = "The SMTP server address";
|
||||
type = lib.types.str;
|
||||
default = "$SENDER_MAIL_DOMAIN";
|
||||
default = "$SENDER_EMAIL_DOMAIN";
|
||||
};
|
||||
smtpUsername = lib.mkOption {
|
||||
description = "The SMTP username";
|
||||
type = lib.types.str;
|
||||
default = "$SENDER_MAIL_ADDRESS";
|
||||
default = "$SENDER_EMAIL_ADDRESS";
|
||||
};
|
||||
smtpPasswordPath = lib.mkOption {
|
||||
description = "Path to the secret containing SMTP password";
|
||||
|
||||
Reference in New Issue
Block a user