mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-12 09:24:09 +02:00
enable text search mastodon
This commit is contained in:
parent
746063d9e0
commit
e4ca35cf8f
1 changed files with 3 additions and 0 deletions
|
@ -99,10 +99,13 @@ in
|
|||
enable = true;
|
||||
streamingProcesses = (lib.elemAt config.facter.report.hardware.cpu 0).cores - 1;
|
||||
localDomain = "nyan.social";
|
||||
elasticsearch.host = "127.0.0.1";
|
||||
smtp.fromAddress = "mastodon@nyan.social";
|
||||
configureNginx = true;
|
||||
};
|
||||
|
||||
services.opensearch.enable = true;
|
||||
|
||||
users.users.backupftp = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "backupPassword";
|
||||
|
|
Loading…
Add table
Reference in a new issue