From 6f8f7239dc276479d691dcd0ffb5124bd62032ad Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 18 Sep 2025 08:52:11 +0200 Subject: feat(ev): add miniflux I already had a miniflux instance a couple years ago but accidentally dropped the database. --- nixos/hosts/ev/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nixos/hosts/ev/default.nix') diff --git a/nixos/hosts/ev/default.nix b/nixos/hosts/ev/default.nix index 74518f0..fbda40f 100644 --- a/nixos/hosts/ev/default.nix +++ b/nixos/hosts/ev/default.nix @@ -13,11 +13,14 @@ in ./hardware-configuration.nix + + ./exporters.nix ./home-automation.nix ./kodi.nix + ./miniflux.nix ./torrent.nix ./hosehawk.nix ]; @@ -49,7 +52,9 @@ in monitoring.lokiPort = ports.grafanaLoki; monitoring.prometheusPort = ports.prometheus; monitoring.prometheusNodeExporterPort = ports.prometheusNodeExporter; + exporters.sqlExporterPort = ports.prometheusSqlExporter; hosehawk.port = ports.hosehawk; + miniflux.port = ports.miniflux; home-automation.zigbeeSerialPort = "/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_e2fed465c59ded11962fd7a5a7669f5d-if00-port0"; -- cgit v1.2.3