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";
memoryPercent = 50;
};
nix.buildCores = 7;
}

View File

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