summaryrefslogtreecommitdiff
path: root/config/services/web/searx/morty
diff options
context:
space:
mode:
Diffstat (limited to 'config/services/web/searx/morty')
-rw-r--r--config/services/web/searx/morty/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/services/web/searx/morty/default.nix b/config/services/web/searx/morty/default.nix
index 8eeede8..1920701 100644
--- a/config/services/web/searx/morty/default.nix
+++ b/config/services/web/searx/morty/default.nix
@@ -2,7 +2,7 @@
let cfg = config.services.morty;
in {
- services.nginx.virtualHosts."searx.aristote.fr".locations =
+ services.nginx.virtualHosts."searx.${config.networking.domain}".locations =
lib.mkIf cfg.enable {
"/morty/" = {
proxyPass = "http://127.0.0.1:${toString cfg.port}";