tower/configuration.nix: enable grafana
This commit is contained in:
parent
00fa8006c0
commit
92ba05f9cf
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