enable text search mastodon

This commit is contained in:
jopejoe1 2025-01-17 18:09:21 +01:00
parent 746063d9e0
commit e4ca35cf8f

View file

@ -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";