diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-02 14:44:52 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-04 06:36:25 +0100 |
commit | fa7f399067828aa8f4171c9d3e68669ecf0b72ec (patch) | |
tree | 0654bfb3b7d29bf96c50ab06cd5ec61b9084aea3 /systems/system1/configuration.nix | |
parent | 15c6afa0332855ae59dff40fcd359937127a24f0 (diff) |
grafana: init
Diffstat (limited to 'systems/system1/configuration.nix')
-rw-r--r-- | systems/system1/configuration.nix | 4 |
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"; + } ]; } |