about summary refs log tree commit diff
path: root/systems/cobalt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/cobalt/default.nix')
-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;