mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
Merge branch 'main' into production
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user