Added Grafana Secret Key
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
domain = "grafana.cyperpunk.de";
|
||||
port = 2342;
|
||||
addr = "127.0.0.1";
|
||||
settings.security.secret_key = "$__file{${config.sops.secrets.grafana_secret_key.path}}";
|
||||
};
|
||||
|
||||
# nginx reverse proxy
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{ primaryUser, ... }: {
|
||||
{ primaryUser, ... }:
|
||||
{
|
||||
sops = {
|
||||
defaultSopsFile = ../secrets/secrets.yaml;
|
||||
defaultSopsFormat = "yaml";
|
||||
age.keyFile = "/home/${primaryUser}/.config/nix/secrets/keys.txt";
|
||||
grafana_secret_key = { };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user