setup grafana db

This commit is contained in:
XenGi 2026-02-17 18:51:36 +01:00
parent 5d70cf127d
commit f35facbcef
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
7 changed files with 63 additions and 27 deletions

View file

@ -134,6 +134,12 @@
owner = "grafana";
group = "grafana";
};
postgres-grafana = {
file = ./secrets/postgres-grafana.age;
mode = "440";
owner = "grafana";
group = "grafana";
};
};
}
./hosts/monitoring
@ -160,6 +166,12 @@
group = "postgres";
mode = "0400";
};
postgres-grafana = {
file = ./secrets/postgres-grafana.age;
owner = "postgres";
group = "postgres";
mode = "0400";
};
};
}
./hosts/sql