nixos/deluge: add type
This commit is contained in:
parent
94a9feb3be
commit
624b5608c4
@ -41,6 +41,7 @@ in {
|
|||||||
|
|
||||||
openFilesLimit = mkOption {
|
openFilesLimit = mkOption {
|
||||||
default = openFilesLimit;
|
default = openFilesLimit;
|
||||||
|
type = types.either types.int types.str;
|
||||||
description = ''
|
description = ''
|
||||||
Number of files to allow deluged to open.
|
Number of files to allow deluged to open.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user