add searx

This commit is contained in:
zack 2024-05-03 14:35:21 -04:00
parent 405a175d6b
commit 326852c21f
2 changed files with 17 additions and 9 deletions

View file

@ -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;