nixpkgs/nixos/modules
ppom 565a729f7c make plausible service start after clickhouse service
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" ];}
```
2022-08-14 17:09:05 +02:00
..
config nixos/*: automatically convert option docs 2022-08-06 20:39:12 +02:00
hardware Merge pull request #181079 from profianinc/init/nixos/amd-sev 2022-08-10 23:32:39 +01:00
i18n/input-method treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
installer nixos/*: automatically convert option docs 2022-08-06 20:39:12 +02:00
misc nixos/localtimed: fix service 2022-08-12 22:46:16 -04:00
profiles nixos/*: automatically convert option docs 2022-08-06 20:39:12 +02:00
programs Merge pull request #185056 from pennae/option-docs-md 2022-08-05 17:36:49 +02:00
security nixos/*: automatically convert option docs 2022-08-06 20:39:12 +02:00
services make plausible service start after clickhouse service 2022-08-14 17:09:05 +02:00
system Merge pull request #185474 from pennae/option-docs-md 2022-08-12 23:23:26 +02:00
tasks Merge pull request #185474 from pennae/option-docs-md 2022-08-12 23:23:26 +02:00
testing nixos/version: Warn about using the default of system.stateVersion 2022-05-05 12:22:31 +02:00
virtualisation nixos/qemu-vm: Fix warning message 2022-08-14 12:48:43 +02:00
module-list.nix nixos/localtimed: fix service 2022-08-12 22:46:16 -04:00
rename.nix xow: remove 2022-08-02 00:50:32 +03:00