nixpkgs/nixos
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
..
doc nixos/neo4j: fix typo 2022-08-12 15:45:48 -07:00
lib Revert "nixos/docs: cache mergeJSON md conversion on baseOptionsJSON" 2022-08-05 17:13:47 +02:00
maintainers use consistently user alice for examples 2022-08-05 13:13:24 +02:00
modules make plausible service start after clickhouse service 2022-08-14 17:09:05 +02:00
tests Merge pull request #181746 from hercules-ci/nixosTest-erofs 2022-08-14 08:46:21 +02:00
COPYING
default.nix
README
release-combined.nix treewide: remove myself as maintainer from some pkgs 2022-08-03 14:17:51 +02:00
release-small.nix Revert "release: add tests.packageTestsForChannelBlockers.curl.withCheck as a channel blocker" 2022-07-12 15:00:38 +03:00
release.nix nixos/release: add proxmox LXC and VMA 2022-07-13 10:44:41 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.