enable resilio

This commit is contained in:
Sense T 2023-07-23 00:26:14 +00:00
parent 4ba1996a9e
commit 5ea9aca5fe

View File

@ -31,6 +31,7 @@ in
enable = true;
openPeerPorts = true;
downloadDirPermissions = "777";
credentialsFile = "/var/lib/secrets/transmission/settings.json";
settings = {
download-dir = downloadDir;
@ -40,7 +41,7 @@ in
};
resilio = {
enable = false;
enable = true;
deviceName = "Gangly4670";
enableWebUI = true;
directoryRoot = downloadDir;