preparing stuff

This commit is contained in:
kity 2025-04-11 23:08:41 +02:00
parent 585ab2b5aa
commit b6cb128b5f
4 changed files with 24 additions and 31 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ ... }:
{
services.grafana = {
enable = true;
@ -10,6 +10,6 @@
};
services.caddy.virtualHosts."http://grafana.sisyphe.normandy.hypervirtual.world".extraConfig = ''
reverse_proxy :3000
'';
reverse_proxy :3000
'';
}