diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index 378a5b0..56d44c6 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -11,7 +11,7 @@ in vault.secrets.openbao-token = { secretPath = "hosts/monitoring01/openbao-token"; extractKey = "token"; - outputDir = "/run/secrets/prometheus"; + outputDir = "/run/secrets/prometheus/openbao-token"; mode = "0400"; owner = "prometheus"; services = [ "prometheus" ];