diff --git a/features/authentik.nix b/features/authentik.nix index 193b4cd..195e9b6 100644 --- a/features/authentik.nix +++ b/features/authentik.nix @@ -12,7 +12,7 @@ in imports = [ authentik-nix.nixosModules.default ]; sops.secrets."authentik" = { - sopsFile = ./secrets/authentik.env; + sopsFile = ../secrets/authentik.env; format = "dotenv"; }; diff --git a/features/homelab-dashboard.nix b/features/homelab-dashboard.nix index fca544b..eaabb15 100644 --- a/features/homelab-dashboard.nix +++ b/features/homelab-dashboard.nix @@ -32,7 +32,7 @@ in #TODO: add Radarr/Sonarr/... api key support config = { - sops.defaultSopsFile = ./secrets/services-keys.json; + sops.defaultSopsFile = ../secrets/services-keys.json; sops.defaultSopsFormat = "json"; sops.secrets.service-key = { "sonarr" = { }; diff --git a/features/searx.nix b/features/searx.nix index 5ff78c6..a39faa2 100644 --- a/features/searx.nix +++ b/features/searx.nix @@ -1,7 +1,7 @@ { config, ... }: { sops.secrets."searx" = { - sopsFile = ./secrets/searx.env; + sopsFile = ../secrets/searx.env; format = "dotenv"; }; diff --git a/features/slskd.nix b/features/slskd.nix index 3b0a303..2de993a 100644 --- a/features/slskd.nix +++ b/features/slskd.nix @@ -14,7 +14,7 @@ in config = { sops.secrets."slskd" = { - sopsFile = ./secrets/slskd.env; + sopsFile = ../secrets/slskd.env; format = "dotenv"; }; diff --git a/features/transmission.nix b/features/transmission.nix index 327570e..400c136 100644 --- a/features/transmission.nix +++ b/features/transmission.nix @@ -16,7 +16,7 @@ in config = { sops.secrets."transmission" = { - sopsFile = ./secrets/transmission.json; + sopsFile = ../secrets/transmission.json; path = "/var/lib/secrets/transmission/settings.json"; };