searxng: Fix syntax

This commit is contained in:
SebastianStork 2026-03-11 12:12:44 +01:00
parent 9fcbb238be
commit b132276ca8
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -20,7 +20,7 @@ in
enable = true; enable = true;
settings = { settings = {
server = { server = {
port = cfg.port; inherit (cfg) port;
secret_key = "unnecessary"; secret_key = "unnecessary";
}; };
ui.center_alignment = true; ui.center_alignment = true;