mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixed secrets path
This commit is contained in:
parent
27730ec2c0
commit
f7bc81be81
6 changed files with 22 additions and 12 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue