nixos/nextcloud: review fixes

This commit is contained in:
Maximilian Bosch
2021-03-05 11:26:38 +01:00
parent d92e4a80d3
commit da0234e2c6
2 changed files with 3 additions and 2 deletions

View File

@@ -387,7 +387,7 @@ in {
possible, but an upgrade from 18 to 19).
'')
++ (optional (versionOlder cfg.package.version "21") ''
The latest Nextcloud release is v20 which can be installed by setting
The latest Nextcloud release is v21 which can be installed by setting
`services.nextcloud.package` to `pkgs.nextcloud21`. Please note that if you're
on `pkgs.nextcloud19`, you'll have to install `pkgs.nextcloud20` first.
'');

View File

@@ -12,7 +12,8 @@
</para>
<para>
The current default by NixOS is <package>nextcloud19</package> though it's recommended
to upgrade to the latest version, <package>nextcloud21</package>.
to upgrade to the latest version, <package>nextcloud21</package>. Please note that it's necessary
to install <package>nextcloud20</package> first!
</para>
<section xml:id="module-services-nextcloud-basic-usage">
<title>Basic usage</title>