diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/prometheus.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nixos/prometheus.nix b/modules/nixos/prometheus.nix index a75c151..6de294f 100644 --- a/modules/nixos/prometheus.nix +++ b/modules/nixos/prometheus.nix @@ -34,6 +34,7 @@ in { services.prometheus = with cfg; { enable = true; + enableReload = true; listenAddress = "127.0.0.1"; inherit port; |