push
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.searx = {
|
||||
enable = true;
|
||||
redisCreateLocally = true;
|
||||
|
||||
settings.server = {
|
||||
bind_address = "::1";
|
||||
|
||||
port = 8080;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user