diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-04-04 12:47:53 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-04-04 12:47:53 +0300 |
commit | 3914e5a62bdc3b89f8b7da7aa000e2934613fe85 (patch) | |
tree | d54f450ea58dd30fc5117a0636988c2de34b27ed /modules/nixos/monitoring/default.nix | |
parent | 2023-04-01 (diff) |
2023-04-04
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/monitoring/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/nixos/monitoring/default.nix b/modules/nixos/monitoring/default.nix index 6f74e9f..a492a47 100644 --- a/modules/nixos/monitoring/default.nix +++ b/modules/nixos/monitoring/default.nix @@ -134,7 +134,8 @@ in { static_configs = [ { targets = - mkTargets [ + mkTargets + [ manwe varda yavanna @@ -152,7 +153,7 @@ in { [ manwe ] - config.nixfiles.modules.ntfy.port; + config.nixfiles.modules.ntfy.prometheus.port; } ]; } |