mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-18 19: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;
|
enable = true;
|
||||||
streamingProcesses = (lib.elemAt config.facter.report.hardware.cpu 0).cores - 1;
|
streamingProcesses = (lib.elemAt config.facter.report.hardware.cpu 0).cores - 1;
|
||||||
localDomain = "nyan.social";
|
localDomain = "nyan.social";
|
||||||
|
elasticsearch.host = "127.0.0.1";
|
||||||
smtp.fromAddress = "mastodon@nyan.social";
|
smtp.fromAddress = "mastodon@nyan.social";
|
||||||
configureNginx = true;
|
configureNginx = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.opensearch.enable = true;
|
||||||
|
|
||||||
users.users.backupftp = {
|
users.users.backupftp = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
initialPassword = "backupPassword";
|
initialPassword = "backupPassword";
|
||||||
|
|
Loading…
Add table
Reference in a new issue