feat(nix): refactor Searx configuration into separate module
- Moved Searx-related settings from `default.nix` and `nginx.nix` to a dedicated `searx.nix` module for improved modularity and maintainability. - Updated references and ACME certificate configuration to align with the new structure. - Simplifies management of Searx service and its associated secrets.
This commit is contained in:
parent
3a66722da1
commit
7f802aaca6
4 changed files with 35 additions and 21 deletions
|
|
@ -32,10 +32,5 @@
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"search.hoyer.world" = {
|
||||
enableACME = false;
|
||||
useACMEHost = "search.hoyer.world";
|
||||
forceSSL = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue