host/tatos: fix basic auth file permissions

This commit is contained in:
Dmitriy Pleshevskiy 2025-02-03 01:40:38 +03:00
parent 82c12fecda
commit b2f119d95d
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -10,7 +10,11 @@ let
};
in
{
age.secrets.prometheus-basicauth-password.file = ./prometheus-basicauth-password.age;
age.secrets.prometheus-basicauth-password = {
file = ./prometheus-basicauth-password.age;
owner = "prometheus";
group = "prometheus";
};
services.prometheus.exporters.node = {
enable = true;