feat(hosts/server): adding grafana encryption key to the secrets
This commit is contained in:
parent
4f42094af4
commit
108371b5a7
1 changed files with 7 additions and 0 deletions
|
|
@ -46,6 +46,13 @@
|
|||
mode = "0440";
|
||||
};
|
||||
|
||||
age.secrets."grafana-secret-key" = {
|
||||
file = ../../secrets/grafana-secret-key.age;
|
||||
owner = "grafana";
|
||||
group = "grafana";
|
||||
mode = "0440";
|
||||
};
|
||||
|
||||
age.secrets."forgejo-oidc-secret" = {
|
||||
file = ../../secrets/forgejo-oidc-secret.age;
|
||||
owner = "kanidm";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue