Skip to content

Commit 9467c7f

Browse files
committed
Disable mastodon
1 parent 8f84a22 commit 9467c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosts/spore/web/mastodon.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
group = "mastodon";
4141
};
4242
services.mastodon = {
43-
enable = true;
43+
enable = false;
4444
localDomain = "pub.zx.dev";
4545
streamingProcesses = 1;
4646
secretKeyBaseFile = config.age.secrets.mastodon-secret-key-base.path;

0 commit comments

Comments
 (0)