LnL7 / nix-darwin

nix modules for darwin
MIT License
3.13k stars 451 forks source link

netdata service #769

Closed srid closed 1 month ago

srid commented 1 year ago

Support for running netdata service on macOS would be great

NixOS supports it: https://nixos.wiki/wiki/Netdata - and configuration is as simple as:

services.netdata = {
  enable = true;
  package = pkgs.netdataCloud;
};

https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/monitoring/netdata.nix

srid commented 1 month ago

https://github.com/NixOS/nixpkgs/issues/341362