1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Update rebuild script and fix grafana

This commit is contained in:
RGBCube 2024-01-16 12:42:07 +03:00
parent afa708fa8d
commit 621812d645
No known key found for this signature in database
2 changed files with 17 additions and 3 deletions

View file

@ -35,7 +35,7 @@ in serverSystemConfiguration {
server.domain = fqdn;
server.http_addr = "::";
server.port = 8999;
server.http_port = 8999;
users.default_theme = "system";
};
@ -69,7 +69,7 @@ in serverSystemConfiguration {
useACMEHost = domain;
locations."/" = {
proxyPass = "http://[::]:${toString config.services.grafana.settings.server.port}";
proxyPass = "http://[::]:${toString config.services.grafana.settings.server.http_port}";
proxyWebsockets = true;
};
};