mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 21:29:33 +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
|
#TODO: add Radarr/Sonarr/... api key support
|
||||||
config = {
|
config = {
|
||||||
sops.secrets."homepage" = {
|
sops.secrets."homepage" = {
|
||||||
sopsFile = ../../secrets/homepage.env;
|
sopsFile = ../../../secrets/homepage.env;
|
||||||
format = "dotenv";
|
format = "dotenv";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue