guixsd-config

GuixSD configs for my systems
Log | Files | Refs

commit 0cf0586d75826d538b3d0f49e431be9d7bd4df04
parent f4b68bf8624087f33cdf78d6cd42f3737d115fbf
Author: Vineet Kumar <git@vineetk.net>
Date:   Sat, 25 Apr 2026 16:58:12 -0400

files/emacs, saklas: change rtorrent to listen on scgi

Diffstat:
Mepistemia/files/emacs/.config/emacs/init.el | 6++++++
Mepistemia/systems/saklas.scm | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/epistemia/files/emacs/.config/emacs/init.el b/epistemia/files/emacs/.config/emacs/init.el @@ -392,6 +392,12 @@ ;; technically an emacs custom variable, but I feel it's more appropriate here (auth-sources '("~/.authinfo.age"))) +;; mentor -- rtorrent ui +(use-package mentor + :custom + (mentor-rtorrent-external-rpc "scgi://10.0.13.1:5000") + (mentor-rpc--rtorrent-url "scgi://10.0.13.1:5000")) + ;;;;;;;;;;;;;; ;; ORG-MODE ;; ;;;;;;;;;;;;;; diff --git a/epistemia/systems/saklas.scm b/epistemia/systems/saklas.scm @@ -410,7 +410,7 @@ rpz: "-o" (string-append "system.umask.set=0002," "dht.mode.set=disable," "protocol.pex.set=no," - "network.scgi.open_local=/data/torrents/rtorrent/rtorrent.sock," + "network.scgi.open_port=10.0.13.1:5000," "system.daemon.set=true")) #:user "torrents" #:group "torrents")) (stop #~(make-kill-destructor))