diff --git a/workstation/configuration.org b/workstation/configuration.org index efc6473..1137380 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -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