mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 06:34:13 +00:00
![]() Plausible fails on start because clickhouse is not ready, when clickhouse has low CPU available, eg. ```nix {systemd.services.clickhouse.serviceConfig.CPUWeight = 20;} ``` Fixed with ```nix {systemd.services.plausible.after = [ "clickhouse.service" ];} ``` |
||
---|---|---|
.. | ||
config | ||
hardware | ||
i18n/input-method | ||
installer | ||
misc | ||
profiles | ||
programs | ||
security | ||
services | ||
system | ||
tasks | ||
testing | ||
virtualisation | ||
module-list.nix | ||
rename.nix |