From 525c955b5f955dd23ec4d060ebd1ef1e149760ce Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Tue, 14 Jan 2020 20:39:55 +0100
Subject: [PATCH] rtorrent: types.{string => str}

---
 krebs/3modules/rtorrent.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/krebs/3modules/rtorrent.nix b/krebs/3modules/rtorrent.nix
index 1f88a49e1..11f5b1407 100644
--- a/krebs/3modules/rtorrent.nix
+++ b/krebs/3modules/rtorrent.nix
@@ -186,7 +186,7 @@ let
     };
 
     extraConfig = mkOption {
-      type = types.string;
+      type = types.str;
       description = ''
         config to be placed into ${cfg.workDir}/.rtorrent.rc