Compare commits

..

3 Commits

Author SHA1 Message Date
coolneng 57e2df4f0b Move well-known delegation to main domain 2026-06-02 15:21:03 +02:00
coolneng 8846b7c79b Replace dendrite with continuwuity 2026-06-02 15:20:18 +02:00
coolneng 7c03104e77 Upgrade to NixOS 26.05 2026-05-31 20:12:59 +02:00
+1 -4
View File
@@ -82,14 +82,11 @@ with pkgs;
# Grafana configuration # Grafana configuration
services.grafana = { services.grafana = {
enable = true; enable = true;
settings = { settings.server = {
server = {
domain = "grafana.psydnd.org"; domain = "grafana.psydnd.org";
http_port = 9009; http_port = 9009;
http_addr = "127.0.0.1"; http_addr = "127.0.0.1";
}; };
security.secret_key = config.age.secrets.grafana.path;
};
}; };
} }