summary refs log tree commit diff
path: root/nixos/tests/nextcloud/basic.nix
diff options
context:
space:
mode:
authorDavHau <hsngrmpf+github@gmail.com>2020-08-03 14:04:46 +0700
committerDavHau <hsngrmpf+github@gmail.com>2020-08-03 14:21:45 +0700
commitca916e8cb3220ba43a43d10f72ccb4b88077a461 (patch)
treeb89b9077b2c5037bf446493e215851afda536e3b /nixos/tests/nextcloud/basic.nix
parentb90a70d53f5cf9812c95f38e096fd99081aea93f (diff)
downloadnixpkgs-ca916e8cb3220ba43a43d10f72ccb4b88077a461.tar
nixpkgs-ca916e8cb3220ba43a43d10f72ccb4b88077a461.tar.gz
nixpkgs-ca916e8cb3220ba43a43d10f72ccb4b88077a461.tar.bz2
nixpkgs-ca916e8cb3220ba43a43d10f72ccb4b88077a461.tar.lz
nixpkgs-ca916e8cb3220ba43a43d10f72ccb4b88077a461.tar.xz
nixpkgs-ca916e8cb3220ba43a43d10f72ccb4b88077a461.tar.zst
nixpkgs-ca916e8cb3220ba43a43d10f72ccb4b88077a461.zip
nextcloud: deprecate nginx, use chgrp, mkDefault for nginx, fix tests
Diffstat (limited to 'nixos/tests/nextcloud/basic.nix')
-rw-r--r--nixos/tests/nextcloud/basic.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/nextcloud/basic.nix b/nixos/tests/nextcloud/basic.nix
index a8fa0cae6f0..72fb020dca7 100644
--- a/nixos/tests/nextcloud/basic.nix
+++ b/nixos/tests/nextcloud/basic.nix
@@ -33,7 +33,6 @@ in {
 
       services.nextcloud = {
         enable = true;
-        nginx.enable = true;
         hostName = "nextcloud";
         config = {
           # Don't inherit adminuser since "root" is supposed to be the default