1{ pkgs, ... }: 2 3{ 4 services.netdata = { 5 enable = true; 6 7 package = pkgs.netdataCloud; 8 }; 9}