Add the git no-reply
This commit is contained in:
parent
5d036f3ee5
commit
547b2caf0f
|
@ -37,6 +37,7 @@
|
||||||
"akkoma.gladtherescake.eu"
|
"akkoma.gladtherescake.eu"
|
||||||
"social.gladtherescake.eu"
|
"social.gladtherescake.eu"
|
||||||
"lillianviolet.dev"
|
"lillianviolet.dev"
|
||||||
|
"git.lillianviolet.dev"
|
||||||
];
|
];
|
||||||
|
|
||||||
loginAccounts = {
|
loginAccounts = {
|
||||||
|
@ -58,6 +59,9 @@
|
||||||
"lillianviolet.dev"
|
"lillianviolet.dev"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
"no-reply@git.lillianviolet.dev" = {
|
||||||
|
hashedPasswordFile = config.sops.secrets."mailpass".path;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
mailboxes = {
|
mailboxes = {
|
||||||
|
@ -91,6 +95,7 @@
|
||||||
"no-reply@nextcloud.gladtherescake.eu"
|
"no-reply@nextcloud.gladtherescake.eu"
|
||||||
"no-reply@akkoma.gladtherescake.eu"
|
"no-reply@akkoma.gladtherescake.eu"
|
||||||
"no-reply@social.gladtherescake.eu"
|
"no-reply@social.gladtherescake.eu"
|
||||||
|
"no-reply@git.lillianviolet.dev"
|
||||||
];
|
];
|
||||||
certificateScheme = "acme-nginx";
|
certificateScheme = "acme-nginx";
|
||||||
certificateDomains = [
|
certificateDomains = [
|
||||||
|
|
Loading…
Reference in a new issue