fix structure
This commit is contained in:
parent
e6bd7d5060
commit
dc00f4cf8f
@ -36,7 +36,6 @@
|
||||
settings = {
|
||||
server.port = 8080;
|
||||
server.secret_key = "@SEARX_SECRET_KEY@";
|
||||
};
|
||||
engines = [ {
|
||||
name = "wolframalpha";
|
||||
shortcut = "wa";
|
||||
@ -44,6 +43,7 @@
|
||||
engine = "wolframalpha_api";
|
||||
} ];
|
||||
};
|
||||
};
|
||||
services.nginx.virtualHosts."search.neet.space" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user