add mail for nyan.social

This commit is contained in:
jopejoe1 2025-01-10 15:18:49 +01:00
parent 1fd976dfd0
commit cf73956130
2 changed files with 3 additions and 0 deletions

View file

@ -111,6 +111,7 @@ in
enable = true;
streamingProcesses = (lib.elemAt config.facter.report.hardware.cpu 0).cores - 1;
localDomain = "nyan.social";
smtp.fromAddress = "mastodon@nyan.social"
};
};
};

View file

@ -25,6 +25,7 @@
"net0loggy.de"
"dtg-c.de"
"joens.email"
"nyan.social"
];
# A list of all login accounts. To create the password hashes, use
@ -48,6 +49,7 @@
"@net0loggy.de"
"@dtg-c.de"
"@joens.email"
"@nyan.social"
];
};
};