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"
};
};
};