mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
nixos/nextcloud: review fixes
This commit is contained in:
@@ -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.
|
||||
'');
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user