tweak: disable mastodon module
This commit is contained in:
parent
59a300c376
commit
3990a012ae
1 changed files with 17 additions and 9 deletions
|
|
@ -23,13 +23,19 @@
|
|||
# Aether modules
|
||||
|
||||
imports = [
|
||||
aether.all
|
||||
aether.deploy-rpi5
|
||||
|
||||
aether.basic
|
||||
aether.fail2ban
|
||||
aether.forgejo
|
||||
aether.ssh
|
||||
];
|
||||
|
||||
aether.domain = "tokinanpa.dev";
|
||||
aether.acmeEmail = "kiana.a.sheibani@gmail.com";
|
||||
|
||||
# Forgejo
|
||||
|
||||
aether.forgejo.theme = "${forgejo-tokyo-night}/public/assets";
|
||||
aether.forgejo.templates = ./forgejo-templates;
|
||||
services.forgejo.settings = {
|
||||
|
|
@ -65,14 +71,16 @@
|
|||
federation.ENABLED = true;
|
||||
};
|
||||
|
||||
aether.mastodon.subdomain = "social";
|
||||
services.mastodon = {
|
||||
package = pkgs.mastodon.override {
|
||||
patches = [ ./mastodon/increase_limits.patch ];
|
||||
};
|
||||
extraConfig.SINGLE_USER_MODE = "true";
|
||||
streamingProcesses = 3;
|
||||
};
|
||||
# Mastodon
|
||||
|
||||
# aether.mastodon.subdomain = "social";
|
||||
# services.mastodon = {
|
||||
# package = pkgs.mastodon.override {
|
||||
# patches = [ ./mastodon/increase_limits.patch ];
|
||||
# };
|
||||
# extraConfig.SINGLE_USER_MODE = "true";
|
||||
# streamingProcesses = 3;
|
||||
# };
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue