summary refs log tree commit diff
diff options
context:
space:
mode:
authorScriptkiddi <fritz@otlinghaus.it>2021-01-26 20:51:16 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2021-01-28 14:30:23 -0800
commit624b5608c4869d1246f8b488561c5007ec310140 (patch)
tree04ede303c93b50ed8129331d95592aa611bfb344
parent94a9feb3beac01ef96123e37b179863580fb93e0 (diff)
downloadnixpkgs-624b5608c4869d1246f8b488561c5007ec310140.tar
nixpkgs-624b5608c4869d1246f8b488561c5007ec310140.tar.gz
nixpkgs-624b5608c4869d1246f8b488561c5007ec310140.tar.bz2
nixpkgs-624b5608c4869d1246f8b488561c5007ec310140.tar.lz
nixpkgs-624b5608c4869d1246f8b488561c5007ec310140.tar.xz
nixpkgs-624b5608c4869d1246f8b488561c5007ec310140.tar.zst
nixpkgs-624b5608c4869d1246f8b488561c5007ec310140.zip
nixos/deluge: add type
-rw-r--r--nixos/modules/services/torrent/deluge.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/torrent/deluge.nix b/nixos/modules/services/torrent/deluge.nix
index 45398cb2613..7ca4fdcf64d 100644
--- a/nixos/modules/services/torrent/deluge.nix
+++ b/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.
           '';