fix searx, rm ooye
This commit is contained in:
parent
c0db1a39c6
commit
540fb33950
2 changed files with 22 additions and 30 deletions
|
|
@ -32,14 +32,9 @@ in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nix-matrix-appservices.nixosModule
|
inputs.nix-matrix-appservices.nixosModule
|
||||||
inputs.ooye.modules.default
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services =
|
services = {
|
||||||
let
|
|
||||||
domain = "ooye.federated.nexus";
|
|
||||||
in
|
|
||||||
{
|
|
||||||
matrix-appservices.services.gmessages = {
|
matrix-appservices.services.gmessages = {
|
||||||
host = "127.0.0.5";
|
host = "127.0.0.5";
|
||||||
serviceConfig.EnvironmentFile = config.age.secrets."gmessages.age".path;
|
serviceConfig.EnvironmentFile = config.age.secrets."gmessages.age".path;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, lib, ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
services =
|
services =
|
||||||
let
|
let
|
||||||
|
|
@ -8,9 +8,6 @@
|
||||||
{
|
{
|
||||||
searx = {
|
searx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.searxng.overrideAttrs {
|
|
||||||
patches = [ ./google.patch ];
|
|
||||||
};
|
|
||||||
settings =
|
settings =
|
||||||
let
|
let
|
||||||
enginesByCategory = {
|
enginesByCategory = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue