feat(nix): enable Searx and configure Nginx for domain
- Added Searx service with Nginx configuration for the domain `search.hoyer.world`.
This commit is contained in:
parent
4bc62866a8
commit
958175fb01
1 changed files with 6 additions and 0 deletions
|
|
@ -23,6 +23,12 @@
|
|||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
services.searx = {
|
||||
enable = true;
|
||||
configureNginx = true;
|
||||
domain = "search.hoyer.world";
|
||||
};
|
||||
|
||||
metacfg = {
|
||||
services.nginxBase.enable = true;
|
||||
services.acmeBase.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue