diff --git a/nextcloud.nix b/nextcloud.nix index 2c82b49..c501a7c 100644 --- a/nextcloud.nix +++ b/nextcloud.nix @@ -41,7 +41,7 @@ in extraAppsEnable = true; extraOptions = { redis = { - host = "/run/redis/redis.sock"; + # host = "/run/redis/redis.sock"; port = 0; dbindex = 0; password = "secret";