run nix fmt

This commit is contained in:
jopejoe1 2024-07-16 21:52:40 +02:00
parent 47f93f87a5
commit e24f78d5f5
4 changed files with 6 additions and 6 deletions

View file

@ -83,7 +83,7 @@
enable = true;
runInUwsgi = false;
settings = {
server.secret_key = "NotASecret";
server.secret_key = "NotASecret";
};
uwsgiConfig = {
socket = "/run/searx/searx.sock";