fix config

This commit is contained in:
stubbfel
2018-01-04 14:19:12 +01:00
parent 5faa0b8698
commit 2d562f9eef

View File

@@ -5,7 +5,7 @@
services.nginx.virtualHosts."sync.stubbe.rocks" = {
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://localhost:${services.resilio.httpListenPort}";
locations."/".proxyPass = "http://localhost:${config.services.resilio.httpListenPort}";
};
services.resilio = {