services/searx: fix secrets relative path

This commit is contained in:
Anthony Rodriguez 2025-02-06 15:20:46 +01:00
parent dccea7f8c6
commit 5e568693f6
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -10,7 +10,7 @@
];
config = lib.mkIf config.local.profiles.server.enable {
age.secrets.searx-env-file.file = ../../../secrets/searx-env-file.age;
age.secrets.searx-env-file.file = ../../secrets/searx-env-file.age;
services = {
searx = {
enable = true;