Upgrade to NixOS 26.05

This commit is contained in:
2026-05-31 20:12:35 +02:00
parent 0b7c199fa4
commit 7544f6d121
6 changed files with 23 additions and 9 deletions
+7 -4
View File
@@ -82,10 +82,13 @@ with pkgs;
# Grafana configuration
services.grafana = {
enable = true;
settings.server = {
domain = "grafana.psydnd.org";
http_port = 9009;
http_addr = "127.0.0.1";
settings = {
server = {
domain = "grafana.psydnd.org";
http_port = 9009;
http_addr = "127.0.0.1";
};
security.secret_key = config.age.secrets.grafana.path;
};
};