feat: mastodon multi-user mode

This commit is contained in:
Nick 2025-03-26 14:16:57 -05:00
parent c099b1bfc3
commit 6deba0820b

View file

@ -25,17 +25,17 @@ in
# If you really fuck up and name yourself wrong, use this shit # If you really fuck up and name yourself wrong, use this shit
# sudo mastodon-tootctl accounts modify username --remove-role # sudo mastodon-tootctl accounts modify username --remove-role
nixpkgs.overlays = [ # nixpkgs.overlays = [
(final: prev: { # (final: prev: {
mastodon = prev.mastodon.overrideAttrs (oldAttrs: { # mastodon = prev.mastodon.overrideAttrs (oldAttrs: {
postPatch = # postPatch =
(oldAttrs.postPatch or "") # (oldAttrs.postPatch or "")
+ '' # + ''
patch -p1 < ${./config/chars.patch} # patch -p1 < ${./config/chars.patch}
''; # '';
}); # });
}) # })
]; # ];
services = { services = {
mastodon = { mastodon = {