Allow server to be imported, deprioritize Jimbo. Those who nose.
This commit is contained in:
parent
5f0edcbb09
commit
d873588c59
42 changed files with 228 additions and 207 deletions
|
@ -2,16 +2,16 @@
|
|||
{
|
||||
services.mastodon = {
|
||||
enable = config.system.server.enable;
|
||||
localDomain = "social.${config.domains.jim1}";
|
||||
localDomain = "social.${config.domains.p1}";
|
||||
streamingProcesses = 4;
|
||||
configureNginx = true;
|
||||
smtp = {
|
||||
createLocally = false;
|
||||
host = "mx.${config.domains.jim1}";
|
||||
host = "mx.${config.domains.p1}";
|
||||
port = 587;
|
||||
authenticate = true;
|
||||
fromAddress = "Jimbo's Mastodon <noreply@${config.domains.jim1}>";
|
||||
user = "noreply@${config.domains.jim1}";
|
||||
fromAddress = "Jimbo's Mastodon <noreply@${config.domains.p1}>";
|
||||
user = "noreply@${config.domains.p1}";
|
||||
passwordFile = pkgs.writeText "smtp_pass.txt" config.secrets.noreplyPassword;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue