diff --git a/nixos/modules/services/mastodon/default.nix b/nixos/modules/services/mastodon/default.nix index 029e977..74f8c64 100755 --- a/nixos/modules/services/mastodon/default.nix +++ b/nixos/modules/services/mastodon/default.nix @@ -21,19 +21,19 @@ 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 < ${./chars.patch} - ''; - }); - } - ) - ]; + # nixpkgs.overlays = [ + # ( + # final: prev: { + # mastodon = prev.mastodon.overrideAttrs (oldAttrs: { + # postPatch = + # (oldAttrs.postPatch or "") + # + '' + # patch -p1 < ${./chars.patch} + # ''; + # }); + # } + # ) + # ]; services = { mastodon = {