fix(forgejo): typo in mailer address
This commit is contained in:
parent
1048dbcb77
commit
8e16ec066f
|
@ -80,7 +80,7 @@ in
|
||||||
mode = "640";
|
mode = "640";
|
||||||
};
|
};
|
||||||
services.maddy.ensureCredentials = {
|
services.maddy.ensureCredentials = {
|
||||||
"forgec@${config.secrets.secrets.global.domains.mail_public}".passwordFile =
|
"forge@${config.secrets.secrets.global.domains.mail_public}".passwordFile =
|
||||||
nodes.maddy.config.age.secrets.forgejoPasswd.path;
|
nodes.maddy.config.age.secrets.forgejoPasswd.path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue