Merge branch 'main' into production

This commit is contained in:
2024-02-03 20:52:43 +08:00
2 changed files with 0 additions and 11 deletions

View File

@@ -59,7 +59,6 @@ inputs:
fz-new-order.enable = true;
nginx.applications = { kkmeeting.enable = true; webdav.instances."webdav.chn.moe" = {}; };
httpapi.enable = true;
mastodon.enable = true;
gitea.enable = true;
grafana.enable = true;
fail2ban.enable = true;

View File

@@ -12,16 +12,6 @@ inputs:
inherit (builtins) toString;
in mkIf mastodon.enable
{
# TODO: remove in next release
nixpkgs.overlays = [(final: prev: { mastodon = prev.mastodon.override
{
version = "4.2.5";
patches = prev.patches or [] ++ [(final.fetchpatch
{
url = "https://github.com/mastodon/mastodon/compare/v4.2.4...v4.2.5.patch";
hash = "sha256-CtzYV1i34s33lV/1jeNcr9p/x4Es1zRaf4l1sNWVKYk=";
})];
};})];
services.mastodon =
{
enable = true;