From a1ec6b1a0d53c2a01ed283e49ef35fb81760a48a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Wed, 27 Aug 2025 21:19:14 +0200 Subject: tente: replace gotify with grafana-matrix-forwarder --- nixos/hosts/tente/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nixos/hosts/tente/default.nix') diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index 6063b2c..f03156b 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -11,7 +11,7 @@ let helpers = import { inherit config lib pkgs; }; pkgs-unstable = import sources.nixpkgs-unstable {}; in -{ +rec { _module.args = { inherit pkgs-unstable; }; imports = [ ./hardware-configuration.nix @@ -118,6 +118,7 @@ in monitoring.grafanaUiPort = 3000; monitoring.alloyUiPort = 3001; + monitoring.grafanaMatrixForwarderPort = 3002; monitoring.lokiPort = 3030; gotify.port = 4000; monitoring.prometheusNodeExporterPort = 9002; @@ -125,6 +126,8 @@ in headscale.port = 8080; matrix.port = 8008; + monitoring.matrixServerUrl = "http://localhost:${toString matrix.port}"; + # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; # boot.loader.grub.efiSupport = true; -- cgit v1.2.3