From 56887af3d3c02c4bc2e07b1d491785321f951299 Mon Sep 17 00:00:00 2001 From: encode42 Date: Thu, 4 Jun 2026 03:07:40 -0400 Subject: [PATCH] Switch rtorrent to stable nixpkgs --- config/server/sharing/rtorrent.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/server/sharing/rtorrent.nix b/config/server/sharing/rtorrent.nix index 262d233..fec5790 100644 --- a/config/server/sharing/rtorrent.nix +++ b/config/server/sharing/rtorrent.nix @@ -9,7 +9,7 @@ { config, - pkgs-unstable, + pkgs, lib, ... }: @@ -18,8 +18,7 @@ services.rtorrent = { enable = true; - # Unstable for rtorrent 0.16.3, roll back to stable once backported - package = pkgs-unstable.rtorrent; + package = pkgs.rtorrent; configText = '' dht.mode.set = on -- 2.51.2