From 5ea9aca5fe58c47c21755df48a71d9b68aa0223b Mon Sep 17 00:00:00 2001 From: Sense T Date: Sun, 23 Jul 2023 00:26:14 +0000 Subject: [PATCH] enable resilio --- global/software-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;