We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f84a22 commit 9ad57f8Copy full SHA for 9ad57f8
2 files changed
hosts/spore/web/default.nix
@@ -8,7 +8,7 @@
8
./authelia.nix
9
./db.nix
10
./homepage-dashboard.nix
11
- ./mastodon.nix
+ # ./mastodon.nix
12
./profile.nix
13
];
14
}
hosts/spore/web/mastodon.nix
@@ -40,7 +40,7 @@
40
group = "mastodon";
41
};
42
services.mastodon = {
43
- enable = true;
+ enable = false;
44
localDomain = "pub.zx.dev";
45
streamingProcesses = 1;
46
secretKeyBaseFile = config.age.secrets.mastodon-secret-key-base.path;
0 commit comments