enable resilio
This commit is contained in:
parent
4ba1996a9e
commit
5ea9aca5fe
@ -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;
|
||||
|
Reference in New Issue
Block a user