feat(modules): add searxng module
This commit is contained in:
parent
17590915e3
commit
89c1059c9a
5 changed files with 284 additions and 0 deletions
8
services/searxng/default.nix
Normal file
8
services/searxng/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
imports = [
|
||||
./firewall.nix
|
||||
./nginx.nix
|
||||
./options.nix
|
||||
./service.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue