mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: mastodon multi-user mode
This commit is contained in:
parent
c099b1bfc3
commit
6deba0820b
1 changed files with 11 additions and 11 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue