nixos: porthos: secrets: add grafana secret-key
The secret will be used in the next commit.
This commit is contained in:
parent
caa8357db8
commit
ae13ab0c86
BIN
hosts/nixos/porthos/secrets/monitoring/secret-key.age
Normal file
BIN
hosts/nixos/porthos/secrets/monitoring/secret-key.age
Normal file
Binary file not shown.
|
@ -42,6 +42,10 @@ in
|
||||||
owner = "grafana";
|
owner = "grafana";
|
||||||
publicKeys = all;
|
publicKeys = all;
|
||||||
};
|
};
|
||||||
|
"monitoring/secret-key.age" = {
|
||||||
|
owner = "grafana";
|
||||||
|
publicKeys = all;
|
||||||
|
};
|
||||||
|
|
||||||
"nextcloud/password.age" = {
|
"nextcloud/password.age" = {
|
||||||
owner = "nextcloud";
|
owner = "nextcloud";
|
||||||
|
|
Loading…
Reference in a new issue