Skip to content

Commit

Permalink
rtorrent: fix segfaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Aug 1, 2023
1 parent 892b39c commit 1856d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/rtorrent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ let
in
{
services.rtorrent.enable = true;
services.rtorrent.package = pkgs.jesec-rtorrent;
services.rtorrent.user = "joerg";
services.rtorrent.group = "users";
services.rtorrent.dataDir = "/data/torrent";
Expand Down

0 comments on commit 1856d8c

Please sign in to comment.