From 92ba05f9cfcf4e6a7514272904f304cea59f0e0c Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Apr 2025 15:31:18 +0200 Subject: [PATCH] tower/configuration.nix: enable grafana --- hosts/tower/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/tower/configuration.nix b/hosts/tower/configuration.nix index 4f5d649..daf0937 100644 --- a/hosts/tower/configuration.nix +++ b/hosts/tower/configuration.nix @@ -33,6 +33,10 @@ grub.enable = true; timeout = 30; }; + services = { + forgejo.enable = true; + grafana.enable = true; + }; programs = { editors = { helix.enable = true;