nixos/deluge: add type

This commit is contained in:
Scriptkiddi 2021-01-26 20:51:16 +01:00 committed by Cole Helbling
parent 94a9feb3be
commit 624b5608c4

View file

@ -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.
'';