From 5094baa6b5857da5db554c432af0647a8aff16e3 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Mon, 22 Jun 2026 01:16:42 +0200 Subject: service(tacitus): Monitoring --- hosts/tacitus/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hosts/tacitus/default.nix') diff --git a/hosts/tacitus/default.nix b/hosts/tacitus/default.nix index ea68490..f4a135c 100644 --- a/hosts/tacitus/default.nix +++ b/hosts/tacitus/default.nix @@ -1,5 +1,6 @@ { lib, + config, ... }: { @@ -8,6 +9,12 @@ ./disko.nix ./hardware.nix ]; + + wilkuu.services = { + prometheus.enableScraper = true; + prometheus.enableExporters = true; + }; + addons = { desktop.xfce.enable = lib.mkForce true; gpg.enable = true; -- cgit v1.3.1