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;
|
grub.enable = true;
|
||||||
timeout = 30;
|
timeout = 30;
|
||||||
};
|
};
|
||||||
|
services = {
|
||||||
|
forgejo.enable = true;
|
||||||
|
grafana.enable = true;
|
||||||
|
};
|
||||||
programs = {
|
programs = {
|
||||||
editors = {
|
editors = {
|
||||||
helix.enable = true;
|
helix.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue