summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2026-04-25 16:58:12 -0400
committerVineet Kumar <git@vineetk.net>2026-04-25 19:46:33 -0400
commit0cf0586d75826d538b3d0f49e431be9d7bd4df04 (patch)
tree7791d7b22abbf3329ab6efa0b10d57c943ae2a1d
parentf4b68bf8624087f33cdf78d6cd42f3737d115fbf (diff)
files/emacs, saklas: change rtorrent to listen on scgi
-rw-r--r--epistemia/files/emacs/.config/emacs/init.el6
-rw-r--r--epistemia/systems/saklas.scm2
2 files changed, 7 insertions, 1 deletions
diff --git a/epistemia/files/emacs/.config/emacs/init.el b/epistemia/files/emacs/.config/emacs/init.el
index 6e1bd69..68ac223 100644
--- a/epistemia/files/emacs/.config/emacs/init.el
+++ b/epistemia/files/emacs/.config/emacs/init.el
@@ -392,6 +392,12 @@
392 ;; technically an emacs custom variable, but I feel it's more appropriate here 392 ;; technically an emacs custom variable, but I feel it's more appropriate here
393 (auth-sources '("~/.authinfo.age"))) 393 (auth-sources '("~/.authinfo.age")))
394 394
395;; mentor -- rtorrent ui
396(use-package mentor
397 :custom
398 (mentor-rtorrent-external-rpc "scgi://10.0.13.1:5000")
399 (mentor-rpc--rtorrent-url "scgi://10.0.13.1:5000"))
400
395;;;;;;;;;;;;;; 401;;;;;;;;;;;;;;
396;; ORG-MODE ;; 402;; ORG-MODE ;;
397;;;;;;;;;;;;;; 403;;;;;;;;;;;;;;
diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm
index cd01471..d7b2098 100644
--- a/epistemia/systems/saklas.scm
+++ b/epistemia/systems/saklas.scm
@@ -410,7 +410,7 @@ rpz:
410 "-o" (string-append "system.umask.set=0002," 410 "-o" (string-append "system.umask.set=0002,"
411 "dht.mode.set=disable," 411 "dht.mode.set=disable,"
412 "protocol.pex.set=no," 412 "protocol.pex.set=no,"
413 "network.scgi.open_local=/data/torrents/rtorrent/rtorrent.sock," 413 "network.scgi.open_port=10.0.13.1:5000,"
414 "system.daemon.set=true")) 414 "system.daemon.set=true"))
415 #:user "torrents" #:group "torrents")) 415 #:user "torrents" #:group "torrents"))
416 (stop #~(make-kill-destructor)) 416 (stop #~(make-kill-destructor))