mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
set streamingProcesses
This commit is contained in:
parent
11423944d4
commit
cd4b0a78da
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue