devices.vps7: set beesd loadAverage to 4

This commit is contained in:
2024-06-18 15:58:27 +08:00
parent 412fac9692
commit f101038f4a

View File

@@ -46,7 +46,7 @@ inputs:
matrix = { port = 8009; redisPort = 6380; slidingSyncPort = 9001; };
};
vaultwarden.enable = true;
beesd.instances.root = { device = "/"; hashTableSizeMB = 1024; };
beesd.instances.root = { device = "/"; hashTableSizeMB = 1024; loadAverage = 4; };
photoprism.enable = true;
nextcloud = {};
freshrss.enable = true;