sakura: disable grafana for now, formatting
This commit is contained in:
parent
c0a896eb25
commit
4b3f4397bf
2 changed files with 1 additions and 3 deletions
|
@ -6,8 +6,6 @@
|
||||||
./forgejo.nix
|
./forgejo.nix
|
||||||
./jellyfin.nix
|
./jellyfin.nix
|
||||||
./rustypaste.nix
|
./rustypaste.nix
|
||||||
./grafana.nix
|
|
||||||
./prometheus.nix
|
|
||||||
./woodpecker.nix
|
./woodpecker.nix
|
||||||
./atticd.nix
|
./atticd.nix
|
||||||
./hedgedoc.nix
|
./hedgedoc.nix
|
||||||
|
|
|
@ -87,9 +87,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
|
dashdot.loadBalancer.servers = [{url = "http://localhost:4000";}];
|
||||||
hugo.loadBalancer.servers = [{url = "http://localhost:1313";}];
|
hugo.loadBalancer.servers = [{url = "http://localhost:1313";}];
|
||||||
jellyfin.loadBalancer.servers = [{url = "http://localhost:8096";}];
|
jellyfin.loadBalancer.servers = [{url = "http://localhost:8096";}];
|
||||||
dashdot.loadBalancer.servers = [{url = "http://localhost:4000";}];
|
|
||||||
foundryvtt.loadBalancer.servers = [{url = "http://localhost:30000";}];
|
foundryvtt.loadBalancer.servers = [{url = "http://localhost:30000";}];
|
||||||
gitea.loadBalancer.servers = [{url = "http://localhost:3200";}];
|
gitea.loadBalancer.servers = [{url = "http://localhost:3200";}];
|
||||||
rustypaste.loadBalancer.servers = [{url = "http://localhost:8000";}];
|
rustypaste.loadBalancer.servers = [{url = "http://localhost:8000";}];
|
||||||
|
|
Loading…
Reference in a new issue