summary refs log tree commit diff
path: root/host/Rory-nginx/services/prometheus.nix
blob: 1a5d3463b0ad0e3943a9275137308960d20cd772 (plain) (blame)
1
2
3
4
5
6
7
8
{ ... } :

{
  services.prometheus = {
    enable = true;
    port = 9001;
  };
}