Skip to content

Commit cb9ce50

Browse files
committed
fix searx config var
1 parent d00c9ae commit cb9ce50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop/configuration/services.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
environmentFile = config.age.secrets.searx-secret.path;
6060
settings = {
6161
server = {
62-
secret_key = "$\{SECRET_KEY}";
62+
secret_key = "$''{SECRET_KEY}";
6363
port = 8081;
6464
};
6565
search = {

0 commit comments

Comments
 (0)