services/searxng: fix services.searx line

This commit is contained in:
2025-08-31 15:56:53 -07:00
parent f3c520f7dc
commit 9fc8cf7675

View File

@@ -21,7 +21,7 @@ in
};
config = mkIf cfg.enable {
services.searxng = {
services.searx = {
enable = true;
package = pkgsUnstable.searxng;