switch masto to single user mode

This commit is contained in:
Cyryl Płotnicki 2022-11-26 13:26:12 +00:00
parent cc8a094452
commit 245300e355
2 changed files with 2 additions and 0 deletions

View file

@ -32,5 +32,6 @@
algorithm = "zstd"; algorithm = "zstd";
memoryPercent = 50; memoryPercent = 50;
}; };
nix.buildCores = 7; nix.buildCores = 7;
} }

View file

@ -119,6 +119,7 @@ in {
extraConfig = { extraConfig = {
SMTP_TLS = "true"; SMTP_TLS = "true";
SMTP_ENABLE_STARTTLS_AUTO = "true"; SMTP_ENABLE_STARTTLS_AUTO = "true";
SINGLE_USER_MODE = "true";
}; };
inherit streamingPort; inherit streamingPort;
inherit webPort; inherit webPort;