sakura: disable grafana for now, formatting

This commit is contained in:
notohh 2023-06-14 03:58:49 -04:00
parent c0a896eb25
commit 4b3f4397bf
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 1 additions and 3 deletions

View file

@ -6,8 +6,6 @@
./forgejo.nix
./jellyfin.nix
./rustypaste.nix
./grafana.nix
./prometheus.nix
./woodpecker.nix
./atticd.nix
./hedgedoc.nix

View file

@ -87,9 +87,9 @@
};
};
services = {
dashdot.loadBalancer.servers = [{url = "http://localhost:4000";}];
hugo.loadBalancer.servers = [{url = "http://localhost:1313";}];
jellyfin.loadBalancer.servers = [{url = "http://localhost:8096";}];
dashdot.loadBalancer.servers = [{url = "http://localhost:4000";}];
foundryvtt.loadBalancer.servers = [{url = "http://localhost:30000";}];
gitea.loadBalancer.servers = [{url = "http://localhost:3200";}];
rustypaste.loadBalancer.servers = [{url = "http://localhost:8000";}];