switch masto to single user mode
This commit is contained in:
parent
cc8a094452
commit
245300e355
2 changed files with 2 additions and 0 deletions
|
@ -32,5 +32,6 @@
|
|||
algorithm = "zstd";
|
||||
memoryPercent = 50;
|
||||
};
|
||||
|
||||
nix.buildCores = 7;
|
||||
}
|
||||
|
|
|
@ -119,6 +119,7 @@ in {
|
|||
extraConfig = {
|
||||
SMTP_TLS = "true";
|
||||
SMTP_ENABLE_STARTTLS_AUTO = "true";
|
||||
SINGLE_USER_MODE = "true";
|
||||
};
|
||||
inherit streamingPort;
|
||||
inherit webPort;
|
||||
|
|
Loading…
Reference in a new issue