sett soem secure settings for resilio

This commit is contained in:
stubbfel
2018-01-04 14:37:11 +01:00
parent ef61bda324
commit 4e1bed96c8

View File

@@ -1,8 +1,6 @@
{ config, pkgs, ... }:
{
networking.firewall.allowedTCPPorts = [config.services.resilio.httpListenPort];
services.nginx.virtualHosts."sync.stubbe.rocks" = {
enableACME = true;
@@ -18,5 +16,6 @@ networking.firewall.allowedTCPPorts = [config.services.resilio.httpListenPort];
httpLogin = "resilioSyncAdmin";
httpPass = "&u)cg?ZD6P%S";
enableWebUI = true;
httpListenAddr = "127.0.0.1";
};
}