From b0e559f749f9ce3fc8a472de70ecbb5090425ffe Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 27 Mar 2025 21:33:25 +0100 Subject: feat(tente): add Gotify --- nixos/hosts/tente/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/hosts/tente/default.nix') diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index b4a47f0..8904ba7 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -19,6 +19,7 @@ in ./web-personal.nix ./git.nix + ./gotify.nix ./headscale.nix ./matrix.nix ./monitoring.nix @@ -79,6 +80,7 @@ in monitoring.grafanaUiPort = 3000; monitoring.alloyUiPort = 3001; monitoring.lokiPort = 3030; + gotify.port = 4000; monitoring.prometheusNodeExporterPort = 9002; monitoring.prometheusSqlExporterPort = 9003; headscale.port = 8080; -- cgit v1.2.3