feat(caddy): add ffmpeg to sonarr path
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-10-08 20:01:15 +05:30
parent 7169556a3d
commit aad0737311
2 changed files with 10 additions and 3 deletions

View File

@@ -41,8 +41,6 @@
systemd.services.caddy = {
serviceConfig = {
EnvironmentFile = config.sops.templates."HETZNER_API_KEY.env".path;
Requires = ["sops.service"];
After = ["sops.service"];
};
};
}