This commit is contained in:
iFargle 2023-08-23 17:21:11 +09:00
parent c95ddaad4d
commit 2dfb483d67
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# Set up the secret for the password:
sops.secrets.promtail-pass = {
owner = "promtail";
sopsFile = ../secrets/secrets.yaml;
sopsFile = ../../../secrets/secrets.yaml;
restartUnits = [ "promtail.service" ];
};

View file

@ -4,7 +4,7 @@
# Set up the secrets file for the token:
sops.secrets.telegraf-token = {
owner = "telegraf";
sopsFile = ../secrets/secrets.yaml;
sopsFile = ../../../secrets/secrets.yaml;
restartUnits = [ "telegraf.service" ];
};