fixed secrets path

This commit is contained in:
chloe 2024-07-15 18:12:03 +02:00
parent bd6bed9200
commit 3674ad502b
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
sops.secrets."searx" = {
sopsFile = ./secrets/searx.env;
sopsFile = ../secrets/searx.env;
format = "dotenv";
};