From ab5926ba67b013fe8f012bd91f9791ecfbb8d761 Mon Sep 17 00:00:00 2001
From: Malte Brandy <malte.brandy@maralorn.de>
Date: Wed, 22 May 2019 18:52:27 +0200
Subject: [PATCH] nixos/nextcloud: Improve autoUpdateApps description string

---
 nixos/modules/services/web-apps/nextcloud.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/modules/services/web-apps/nextcloud.nix b/nixos/modules/services/web-apps/nextcloud.nix
index 887478d07884..bb39a5d1d714 100644
--- a/nixos/modules/services/web-apps/nextcloud.nix
+++ b/nixos/modules/services/web-apps/nextcloud.nix
@@ -262,7 +262,7 @@ in {
         type = types.bool;
         default = false;
         description = ''
-          Run a auto update of all installed apps from the nextcloud repository.
+          Run regular auto update of all apps installed from the nextcloud app store.
         '';
       };
       startAt = mkOption {