diff options
Diffstat (limited to 'config/services/web/searx/morty')
| -rw-r--r-- | config/services/web/searx/morty/default.nix | 2 |
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 1920701..af48fda 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.${config.networking.domain}".locations = + services.nginx.virtualHosts.searx.locations = lib.mkIf cfg.enable { "/morty/" = { proxyPass = "http://127.0.0.1:${toString cfg.port}"; |
