diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-11-26 13:05:04 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-11-26 13:05:04 +0100 |
| commit | 8a39776f04482caf14a77bee9ce07aad4304c6ab (patch) | |
| tree | c472076fe9a8564e9ea59c7de4e87d046e4a713a /config/services/web/searx/morty | |
| parent | 64a8dde0a934d701a79d16f5c4cd4cc17ec5404f (diff) | |
| parent | f2328e72ba13da113c286994989002334299c1da (diff) | |
Merge branch 'master' into testing
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}"; |
