mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: server test
This commit is contained in:
parent
718fc7cc90
commit
54caac86b3
1 changed files with 13 additions and 13 deletions
|
@ -21,19 +21,19 @@ 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 < ${./chars.patch}
|
# patch -p1 < ${./chars.patch}
|
||||||
'';
|
# '';
|
||||||
});
|
# });
|
||||||
}
|
# }
|
||||||
)
|
# )
|
||||||
];
|
# ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
mastodon = {
|
mastodon = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue