diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-22 01:16:42 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-22 01:16:42 +0200 |
| commit | 5094baa6b5857da5db554c432af0647a8aff16e3 (patch) | |
| tree | 2e2cbcf89f41a20739490a2dde34b0ba7d8dc11f /hosts/tacitus/default.nix | |
| parent | 1d405a40d6c12667bf3dc7c87281c3aa24726431 (diff) | |
service(tacitus): Monitoring
Diffstat (limited to 'hosts/tacitus/default.nix')
| -rw-r--r-- | hosts/tacitus/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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; |
