mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
(fix): wrong secrets path
This commit is contained in:
parent
38695446a1
commit
e695693ef0
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue