setup resilio

This commit is contained in:
Danilo Reyes 2024-01-13 18:06:57 -06:00
parent 79096d8214
commit d73a2a404c

View File

@ -1056,6 +1056,17 @@ services = {
KbdInteractiveAuthentication = false;
};
};
resilio = {
deviceName = "chichis";
enable = true;
useUpnp = true;
enableWebUI = true;
httpPass = "528491";
httpLogin = "chichis";
httpListenPort = 9876;
httpListenAddr = "0.0.0.0";
directoryRoot = "/resilio";
};
};
#+end_src