diff --git a/nixos/modules/services/web-apps/nextcloud.nix b/nixos/modules/services/web-apps/nextcloud.nix index 887478d0788..bb39a5d1d71 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 {