tower/configuration.nix: enable grafana

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit 70221186b2

View file

@ -33,6 +33,10 @@
grub.enable = true;
timeout = 30;
};
services = {
forgejo.enable = true;
grafana.enable = true;
};
programs = {
editors = {
helix.enable = true;