diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 7b74e08..d05c06a 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -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;