tower/configuration.nix: enable grafana
This commit is contained in:
parent
f6803029fd
commit
70221186b2
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
|||
grub.enable = true;
|
||||
timeout = 30;
|
||||
};
|
||||
services = {
|
||||
forgejo.enable = true;
|
||||
grafana.enable = true;
|
||||
};
|
||||
programs = {
|
||||
editors = {
|
||||
helix.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue