about summary refs log tree commit diff
path: root/systems
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-11-16 14:24:40 +0900
committersefidel <contact@sefidel.net>2023-11-16 14:24:40 +0900
commite0a6ffde2c805b91081aac45b810788fd00761de (patch)
tree74b6754adeb475757647686720d91098bbeeecd4 /systems
parentbd93d3e440274d13c5cacadca63e8baaf0058abc (diff)
downloadinfra-e0a6ffde2c805b91081aac45b810788fd00761de.tar.gz
infra-e0a6ffde2c805b91081aac45b810788fd00761de.zip
feat(systems/cobalt): enable searx (labs)
Diffstat (limited to 'systems')
-rw-r--r--systems/cobalt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index e909189..b60560b 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -332,7 +332,7 @@ in
       realHost = "rss.exotic.sh";
     };
     services.searx = {
-      enable = false;
+      enable = true;
       domain = "exotic.sh";
       realHost = "searx.labs.exotic.sh";
       secrets.searx-env = config.sops.secrets.searx-env.path;