nixos: porthos: secrets: add grafana secret-key

The secret will be used in the next commit.
This commit is contained in:
Bruno BELANYI 2023-07-17 10:57:41 +00:00
parent caa8357db8
commit ae13ab0c86
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View file

@ -42,6 +42,10 @@ in
owner = "grafana";
publicKeys = all;
};
"monitoring/secret-key.age" = {
owner = "grafana";
publicKeys = all;
};
"nextcloud/password.age" = {
owner = "nextcloud";