From 869cecc8a0dd9f5af2e36c89ddabe54f25bc2ebc Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Thu, 30 Jul 2026 21:58:26 +0200 Subject: Get inventory to manage monitoring connections This makes it so you can define the monitoring in the inventory and tacitus will automatically, pick it up. --- hosts/apocalypse/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/apocalypse/default.nix') diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix index cb81aa7..238ab09 100644 --- a/hosts/apocalypse/default.nix +++ b/hosts/apocalypse/default.nix @@ -13,6 +13,8 @@ "127.0.0.1" = [ "apocalypse.local" ]; }; + wilkuu.services.prometheus.enableExporters = true; + services.logind.settings.Login = { HandleLidSwitch = "suspend"; HandleLidSwitchExternalPower = "lock"; -- cgit v1.3.1