Redirect all URLs to new domain

This commit is contained in:
2025-04-08 02:45:56 +02:00
parent 40838848c3
commit 848d652ac7
13 changed files with 95 additions and 60 deletions

View File

@@ -81,7 +81,7 @@ with pkgs;
services.grafana = {
enable = true;
settings.server = {
domain = "grafana.coolneng.duckdns.org";
domain = "grafana.psydnd.org";
http_port = 9009;
http_addr = "127.0.0.1";
};