set streamingProcesses

This commit is contained in:
jopejoe1 2025-01-10 14:57:43 +01:00
parent 11423944d4
commit cd4b0a78da

View file

@ -101,7 +101,10 @@
hostBridge = "br0"; # Specify the bridge name hostBridge = "br0"; # Specify the bridge name
localAddress = "192.168.100.5/24"; localAddress = "192.168.100.5/24";
config = { config = {
services.mastodon.enable = true; services.mastodon = {
enable = true;
streamingProcesses = (lib.elemAt config.facter.report.hardware.cpu 0).cores - 1;
};
}; };
}; };
}; };