about summary refs log tree commit diff
path: root/modules/nixos/monitoring
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-04-04 12:47:53 +0300
committerAzat Bahawi <azat@bahawi.net>2023-04-04 12:47:53 +0300
commit3914e5a62bdc3b89f8b7da7aa000e2934613fe85 (patch)
treed54f450ea58dd30fc5117a0636988c2de34b27ed /modules/nixos/monitoring
parent2023-04-01 (diff)
2023-04-04
Diffstat (limited to '')
-rw-r--r--modules/nixos/monitoring/default.nix5
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;
                 }
               ];
             }

Consider giving Nix/NixOS a try! <3