host/tatos: fix basic auth file permissions
This commit is contained in:
parent
82c12fecda
commit
b2f119d95d
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,11 @@ let
|
||||||
};
|
};
|
||||||
in
|
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 = {
|
services.prometheus.exporters.node = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue