(fix): wrong secrets path

This commit is contained in:
Harry 2024-08-16 17:39:01 +02:00
parent 38695446a1
commit e695693ef0

View file

@ -33,7 +33,7 @@ in
#TODO: add Radarr/Sonarr/... api key support
config = {
sops.secrets."homepage" = {
sopsFile = ../../secrets/homepage.env;
sopsFile = ../../../secrets/homepage.env;
format = "dotenv";
};