fixed secrets path

This commit is contained in:
chloe 2024-08-25 12:44:14 +02:00
parent 27730ec2c0
commit f7bc81be81
6 changed files with 22 additions and 12 deletions

View file

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