Compare commits

..

No commits in common. "024e647f83af8d2eaac95f634415e2b2a5d3bab1" and "60b492d6b9bee6060cf8de830820ea1c1e7683e9" have entirely different histories.

View file

@ -26,15 +26,17 @@ in
# sudo mastodon-tootctl accounts modify username --remove-role
# nixpkgs.overlays = [
# (final: prev: {
# mastodon = prev.mastodon.overrideAttrs (oldAttrs: {
# postPatch =
# (oldAttrs.postPatch or "")
# + ''
# patch -p1 < ${./config/chars.patch}
# '';
# });
# })
# (
# final: prev: {
# mastodon = prev.mastodon.overrideAttrs (oldAttrs: {
# postPatch =
# (oldAttrs.postPatch or "")
# + ''
# patch -p1 < ${./chars.patch}
# '';
# });
# }
# )
# ];
services = {
@ -53,7 +55,7 @@ in
passwordFile = config.sops.secrets.mastodon-database.path;
};
extraConfig = {
SINGLE_USER_MODE = "false";
SINGLE_USER_MODE = "true";
SMTP_AUTH_METHOD = "plain";
SMTP_DELIVERY_METHOD = "smtp";
SMTP_ENABLE_STARTTLS_AUTO = "true";