rtorrent: types.{string => str}
This commit is contained in:
parent
99cb3b078b
commit
525c955b5f
|
@ -186,7 +186,7 @@ let
|
|||
};
|
||||
|
||||
extraConfig = mkOption {
|
||||
type = types.string;
|
||||
type = types.str;
|
||||
description = ''
|
||||
config to be placed into ${cfg.workDir}/.rtorrent.rc
|
||||
|
||||
|
|
Loading…
Reference in a new issue