diff options
author | tv <tv@krebsco.de> | 2020-01-14 20:39:55 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-01-14 20:39:55 +0100 |
commit | 525c955b5f955dd23ec4d060ebd1ef1e149760ce (patch) | |
tree | 520d98eee7ccf52037a4a1e2d6c76eaba9522efb | |
parent | 99cb3b078bf8af760412c293cd7f52fe93ff5dc1 (diff) |
rtorrent: types.{string => str}
-rw-r--r-- | krebs/3modules/rtorrent.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |