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