summary refs log tree commit diff
path: root/nixos/tests/nextcloud
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2019-05-19 19:58:19 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2019-05-21 13:24:23 +0200
commit49f05a17604322c42b8fc4150b25186dcbf9121f (patch)
treee8a028abe45cb977e562942139b385e709e3c834 /nixos/tests/nextcloud
parent2a3bb2f8ac3a3550c197e8c52db7155bf0aa2cd9 (diff)
downloadnixpkgs-49f05a17604322c42b8fc4150b25186dcbf9121f.tar
nixpkgs-49f05a17604322c42b8fc4150b25186dcbf9121f.tar.gz
nixpkgs-49f05a17604322c42b8fc4150b25186dcbf9121f.tar.bz2
nixpkgs-49f05a17604322c42b8fc4150b25186dcbf9121f.tar.lz
nixpkgs-49f05a17604322c42b8fc4150b25186dcbf9121f.tar.xz
nixpkgs-49f05a17604322c42b8fc4150b25186dcbf9121f.tar.zst
nixpkgs-49f05a17604322c42b8fc4150b25186dcbf9121f.zip
nixos/nextcloud: Add options services.nextcloud.autoUpdateApps
nixos/nextcloud: Add documentation for nextcloud app installation and updates

nixos/nextcloud: Enable autoUpdateApps in nextcloud test

nixos/nextcloud: Fix typo in nixos/modules/services/web-apps/nextcloud.xml

Co-Authored-By: Florian Klink <flokli@flokli.de>

nixos/nextcloud: Escape html in option description

nixos/nextcloud: Fix autoUpdateApps URL in documentation.

Co-Authored-By: Florian Klink <flokli@flokli.de>
Diffstat (limited to 'nixos/tests/nextcloud')
-rw-r--r--nixos/tests/nextcloud/basic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/tests/nextcloud/basic.nix b/nixos/tests/nextcloud/basic.nix
index c3b710f0f90..bfb97ec3f23 100644
--- a/nixos/tests/nextcloud/basic.nix
+++ b/nixos/tests/nextcloud/basic.nix
@@ -22,6 +22,10 @@ in {
           # Don't inherit adminuser since "root" is supposed to be the default
           inherit adminpass;
         };
+        autoUpdateApps = {
+          enable = true;
+          startAt = "20:00";
+        };
       };
     };
   };