update env file path

This commit is contained in:
2024-08-26 01:10:08 +05:30
parent b5df8b2074
commit cd06bfa271

View File

@ -1,13 +1,14 @@
{
pkgs,
lib,
config,
...
}: {
services = {
searx = {
enable = true;
package = pkgs.searxng;
environmentFile = "/run/secrets/searx_secret_key";
environmentFile = config.sops.secrets.searx_secret_key.path;
settings = {
general = {
instance_name = "SearXNG";