From 647360dd67bacc00b7c280743a4834206aec89f1 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/gotify.nix | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 nixos/hosts/tente/gotify.nix (limited to 'nixos/hosts/tente/gotify.nix') diff --git a/nixos/hosts/tente/gotify.nix b/nixos/hosts/tente/gotify.nix deleted file mode 100644 index ba0fd02..0000000 --- a/nixos/hosts/tente/gotify.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ config, lib, ... }: - -let - cfg = config.gotify; -in -{ - options.gotify = { - port = lib.mkOption { - type = lib.types.int; - }; - }; - - config = { - services.gotify = { - enable = true; - environment = { - GOTIFY_SERVER_PORT = cfg.port; - }; - }; - }; -} -- cgit v1.2.3