mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
(fix): wrong secrets path
This commit is contained in:
parent
38695446a1
commit
e695693ef0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue