From 32e5d6cd9bad09fda90d3720173127d7f0acfbe8 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Tue, 23 Nov 2021 20:23:26 +0100 Subject: replace literal instances of 'aristote.fr' by ${config.networking.domain} --- config/services/web/searx/morty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/services/web/searx/morty') 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}"; -- cgit v1.2.3