diff options
Diffstat (limited to 'systems/cobalt')
-rw-r--r-- | systems/cobalt/default.nix | 2 |
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; |