fix searx, rm ooye

This commit is contained in:
Henry Hiles 2025-10-24 12:49:39 -04:00
commit 540fb33950
No known key found for this signature in database
2 changed files with 22 additions and 30 deletions

View file

@ -32,14 +32,9 @@ in
{
imports = [
inputs.nix-matrix-appservices.nixosModule
inputs.ooye.modules.default
];
services =
let
domain = "ooye.federated.nexus";
in
{
services = {
matrix-appservices.services.gmessages = {
host = "127.0.0.5";
serviceConfig.EnvironmentFile = config.age.secrets."gmessages.age".path;

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ lib, ... }:
{
services =
let
@ -8,9 +8,6 @@
{
searx = {
enable = true;
package = pkgs.searxng.overrideAttrs {
patches = [ ./google.patch ];
};
settings =
let
enginesByCategory = {