From a4c155eca24e73601713a9031a28673ec63f96cf Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Mon, 4 Jan 2021 12:04:17 +0100
Subject: [PATCH] ma dcpp: remove redis config

---
 2configs/dcpp/hub.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/2configs/dcpp/hub.nix b/2configs/dcpp/hub.nix
index 4566a1f..fbbce1f 100644
--- a/2configs/dcpp/hub.nix
+++ b/2configs/dcpp/hub.nix
@@ -41,7 +41,6 @@ in {
   };
 
   systemd.services = {
-    redis.serviceConfig.LimitNOFILE=10032;
     ddclient-nsupdate-uhub = {
       wantedBy = [ "multi-user.target" ];
       after = [ "ip-up.target" ];