diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-11-23 20:23:26 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-11-23 20:23:26 +0100 |
| commit | 32e5d6cd9bad09fda90d3720173127d7f0acfbe8 (patch) | |
| tree | 307d674d47c7d189333da5a63f0e80eaa0fe79f2 /config/services/web/searx/morty | |
| parent | e374e0fd1f12c44dd14b70a3ace9a7d7fb6e54d8 (diff) | |
replace literal instances of 'aristote.fr' by ${config.networking.domain}
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 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}"; |
