about summary refs log tree commit diff
path: root/machines/profpatsch/haku.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-08-30 01:14:36 +0200
committerProfpatsch <mail@profpatsch.de>2020-08-30 01:14:36 +0200
commit17f7d4f9673d723c59354e44be47a350cdd50b5c (patch)
tree969b333e2253c8e860aff9c9bb5ebbae90444b76 /machines/profpatsch/haku.nix
parent89704c61212d91c639dda3d812690909cca3fb36 (diff)
machines/haku: remove rtorrent
Diffstat (limited to 'machines/profpatsch/haku.nix')
-rw-r--r--machines/profpatsch/haku.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index e8427029..5e90637e 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -69,7 +69,6 @@ in
     };
 
     environment.systemPackages = with pkgs; [
-      rtorrent                          # bittorrent client
       mktorrent                         # torrent file creator
       pkgs.vuizvui.profpatsch.warpspeed # trivial http file server
     ];