services: s/= "${domain}"/= domain
This commit is contained in:
parent
aa558745f9
commit
d23423b92c
11 changed files with 16 additions and 16 deletions
|
|
@ -62,7 +62,7 @@ in
|
|||
# Proxy to Gitea
|
||||
services.nginx.virtualHosts."${giteaDomain}" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "${domain}";
|
||||
useACMEHost = domain;
|
||||
|
||||
locations."/".proxyPass = "http://localhost:${toString cfg.port}/";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue