From e6949a6b46096baf4c873067f0feb2ccf9f3c7bf Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 9 Jan 2021 21:05:59 -0500 Subject: [PATCH] nix: remove .rtorrent.rc --- .config/nixpkgs/home.nix | 6 ++++++ .rtorrent.rc | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 .rtorrent.rc diff --git a/.config/nixpkgs/home.nix b/.config/nixpkgs/home.nix index 7cde837..036cf5f 100644 --- a/.config/nixpkgs/home.nix +++ b/.config/nixpkgs/home.nix @@ -29,6 +29,12 @@ rtorrent = { enable = true; + settings = '' + directory.default.set = ~/Downloads/torrents + pieces.hash.on_completion.set = yes + schedule2 = watch_directory,5,5,load.start=~/Downloads/torrents/*.torrent + session.path.set = ~/.rtorrent.session + ''; }; zsh = { diff --git a/.rtorrent.rc b/.rtorrent.rc deleted file mode 100644 index eb50092..0000000 --- a/.rtorrent.rc +++ /dev/null @@ -1,4 +0,0 @@ -directory.default.set = ~/Downloads/torrents -pieces.hash.on_completion.set = yes -schedule2 = watch_directory,5,5,load.start=~/Downloads/torrents/*.torrent -session.path.set = ~/.rtorrent.session