mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
nix: remove .rtorrent.rc
This commit is contained in:
@@ -29,6 +29,12 @@
|
|||||||
|
|
||||||
rtorrent = {
|
rtorrent = {
|
||||||
enable = true;
|
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 = {
|
zsh = {
|
||||||
|
@@ -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
|
|
Reference in New Issue
Block a user