secret is dynamically added to systemd unit

This commit is contained in:
XenGi 2025-12-25 12:10:08 +01:00
parent d70cc8efdd
commit 41bc2bff69
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -73,9 +73,9 @@
draupnir_access_token = {
file = ./secrets/draupnir_access_token.age;
mode = "440";
owner = "draupnir";
group = "draupnir";
};
owner = "root";
group = "root";
};
grafana_secret_key = {
file = ./secrets/grafana_secret_key.age;
mode = "440";