mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -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
|
# 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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue