services: s/= "${domain}"/= domain

This commit is contained in:
Bruno BELANYI 2021-02-24 20:50:05 +00:00
parent aa558745f9
commit d23423b92c
11 changed files with 16 additions and 16 deletions

View file

@ -59,7 +59,7 @@ in
# Proxy to Jellyfin
services.nginx.virtualHosts."${minifluxDomain}" = {
forceSSL = true;
useACMEHost = "${domain}";
useACMEHost = domain;
locations."/".proxyPass = "http://localhost:${toString cfg.privatePort}/";
};