This commit is contained in:
Sandro - 2023-01-06 23:57:20 +01:00
parent 0f02e95746
commit e9555b81cc
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 20 additions and 20 deletions

View File

@ -21,27 +21,27 @@
Storage=volatile
'';
services.caveman = {
redis.maxmemory = config.microvm.mem * 1024 * 1024 / 2;
hunter = {
enable = true;
settings = {
max_workers = 384;
hosts = with builtins;
filter isString (
split "\n" (
readFile ./mastodon-instances.txt
)
);
};
};
gatherer.enable = true;
smokestack.enable = true;
};
services = {
nginx = rec {
caveman = {
redis.maxmemory = config.microvm.mem * 1024 * 1024 / 2;
hunter = {
enable = true;
settings = {
max_workers = 384;
hosts = with builtins;
filter isString (
split "\n" (
readFile ./mastodon-instances.txt
)
);
};
};
gatherer.enable = true;
smokestack.enable = true;
};
nginx = {
enable = true;
virtualHosts."fedi.buzz" = {
default = true;