aboutsummaryrefslogtreecommitdiff
path: root/nixos/hosts/ev/default.nix
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-09-18 08:52:11 +0200
committerMartin Fischer <martin@push-f.com>2025-09-18 11:30:46 +0200
commit6f8f7239dc276479d691dcd0ffb5124bd62032ad (patch)
treefcf962ace86b2ff86cbba58166154f53c2cca8a7 /nixos/hosts/ev/default.nix
parente3c0b6d6091bec87edf709c9d444c825045c8d3d (diff)
feat(ev): add minifluxHEADmaster
I already had a miniflux instance a couple years ago but accidentally dropped the database.
Diffstat (limited to 'nixos/hosts/ev/default.nix')
-rw-r--r--nixos/hosts/ev/default.nix5
1 files changed, 5 insertions, 0 deletions
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
<top/profiles/server>
<top/shared/monitoring.nix>
+ <top/shared/postgresql.nix>
<top/shared/tailscale.nix>
<top/shared/basics-physical.nix>
<top/shared/vpn.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";