services/searx: update secret path

This commit is contained in:
Anthony Rodriguez 2025-01-04 22:35:59 +01:00
parent 4576b30efa
commit e0c277bf1e
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -3,7 +3,7 @@
pkgs, pkgs,
... ...
}: { }: {
age.secrets.searx-env-file.file = ../../secrets/searx-env-file.age; age.secrets.searx-env-file.file = ../../../secrets/searx-env-file.age;
services = { services = {
searx = { searx = {
enable = true; enable = true;