fixes for read key

This commit is contained in:
Noah Masur
2025-03-23 19:11:27 +00:00
parent a85180beee
commit 802544575f
3 changed files with 18 additions and 2 deletions

View File

@ -243,7 +243,7 @@ in
prefix = "API_KEY=";
};
secrets.readarrApiKey = {
source = ./radarr-api-key.age;
source = ./readarr-api-key.age;
dest = "/var/private/readarr-api";
prefix = "API_KEY=";
};