tower/configuration.nix: enable grafana

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

View file

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