nixos/deluge: add type

wip/yesman
Scriptkiddi 3 years ago committed by Cole Helbling
parent 94a9feb3be
commit 624b5608c4
  1. 1
      nixos/modules/services/torrent/deluge.nix

@ -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…
Cancel
Save