Try and run akkoma default and edit with ctl

This commit is contained in:
Lillian-Violet 2023-11-27 12:10:44 +01:00
parent a5e54a3658
commit 1972d0c880

View file

@ -25,25 +25,25 @@
serverName = "akkoma.gladtherescake.eu"; serverName = "akkoma.gladtherescake.eu";
}; };
#dist.cookie._secret = config.sops.secrets."releaseCookie".path; #dist.cookie._secret = config.sops.secrets."releaseCookie".path;
config = {};
config = { # config = {
":pleroma".":instance" = { # ":pleroma".":instance" = {
name = "GLaDTheresCake Akkoma"; # name = "GLaDTheresCake Akkoma";
email = "akkoma@gladtherescake.eu"; # email = "akkoma@gladtherescake.eu";
notify_email = "no-reply@akkoma.gladtherescake.eu"; # notify_email = "no-reply@akkoma.gladtherescake.eu";
emails.mailer = { # emails.mailer = {
enabled = true; # enabled = true;
adapter = "Swoosh.Adapters.Sendmail"; # adapter = "Swoosh.Adapters.Sendmail";
cmd_path = "/run/wrappers/bin/sendmail"; # cmd_path = "sendmail";
cmd_args = "-N delay,failure,success"; # cmd_args = "-N delay,failure,success";
qmail = true; # qmail = true;
}; # };
description = "Lillian's Akkoma server!"; # description = "Lillian's Akkoma server!";
languages = ["en" "nl"]; # languages = ["en" "nl"];
registrations_open = true; # registrations_open = true;
max_pinned_statuses = 10; # max_pinned_statuses = 10;
cleanup_attachments = true; # cleanup_attachments = true;
}; # };
}; # };
}; };
} }