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
# 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}
'';
});
})
];
# nixpkgs.overlays = [
# (final: prev: {
# mastodon = prev.mastodon.overrideAttrs (oldAttrs: {
# postPatch =
# (oldAttrs.postPatch or "")
# + ''
# patch -p1 < ${./config/chars.patch}
# '';
# });
# })
# ];
services = {
mastodon = {