aboutsummaryrefslogtreecommitdiffstats
path: root/systems
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-02 14:44:52 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-04 06:36:25 +0100
commitfa7f399067828aa8f4171c9d3e68669ecf0b72ec (patch)
tree0654bfb3b7d29bf96c50ab06cd5ec61b9084aea3 /systems
parent15c6afa0332855ae59dff40fcd359937127a24f0 (diff)
grafana: init
Diffstat (limited to 'systems')
-rw-r--r--systems/system1/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/systems/system1/configuration.nix b/systems/system1/configuration.nix
index da35852..594bae4 100644
--- a/systems/system1/configuration.nix
+++ b/systems/system1/configuration.nix
@@ -81,5 +81,9 @@
"/var/lib/git/static-nomath-org"
];
}
+ # enable grafana
+ {
+ fysiweb-apps.public.grafana.grafana-nomath-org.domain = "grafana.nomath.org";
+ }
];
}