mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 13:09:08 +01:00
searxng: Fix syntax
This commit is contained in:
parent
9fcbb238be
commit
b132276ca8
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
port = cfg.port;
|
||||
inherit (cfg) port;
|
||||
secret_key = "unnecessary";
|
||||
};
|
||||
ui.center_alignment = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue