add searx
This commit is contained in:
parent
405a175d6b
commit
326852c21f
2 changed files with 17 additions and 9 deletions
|
|
@ -10,6 +10,8 @@
|
|||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
||||
./services/searxng.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
@ -49,15 +51,6 @@
|
|||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
services.searx = {
|
||||
enable = true;
|
||||
package = pkgs.searxng;
|
||||
runInUwsgi = true;
|
||||
uwsgiConfig = {
|
||||
http = ":8080";
|
||||
};
|
||||
};
|
||||
|
||||
programs.mosh.enable = true;
|
||||
|
||||
users.mutableUsers = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue