Server/grafana: set root url

This commit is contained in:
Toast 2025-01-10 19:51:00 +01:00
parent d93a2a7993
commit 24f4f270c1

View file

@ -39,6 +39,7 @@ in {
};
server = {
protocol = "socket";
root_url = "https://${domain}";
};
};
};