aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/nixos/tests/nextcloud/with-postgresql-and-redis.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/nextcloud/with-postgresql-and-redis.nix')
-rw-r--r--nixpkgs/nixos/tests/nextcloud/with-postgresql-and-redis.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/nextcloud/with-postgresql-and-redis.nix b/nixpkgs/nixos/tests/nextcloud/with-postgresql-and-redis.nix
index 95219cac9be..40a208115c3 100644
--- a/nixpkgs/nixos/tests/nextcloud/with-postgresql-and-redis.nix
+++ b/nixpkgs/nixos/tests/nextcloud/with-postgresql-and-redis.nix
@@ -17,7 +17,6 @@ in {
services.nextcloud = {
enable = true;
hostName = "nextcloud";
- nginx.enable = true;
caching = {
apcu = false;
redis = true;