summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-01-05 22:31:06 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2021-01-05 22:32:05 +0100
commit78f022e79133c514c3da3a220713451722284b54 (patch)
treee8a174191ba2de729276793eee7fc7059bf813c5 /nixos
parentf35bf8ef29d2bd9e4f1a915202de355e126a9ffd (diff)
nextcloud: improve documentation on defaults
* It should be made explicit in the eval-error that the CVE only affects a component which is turned off by default. * For more clarity, the default version used by the module is noted in the manual. Closes #108419
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/nextcloud.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/nextcloud.xml b/nixos/modules/services/web-apps/nextcloud.xml
index 02e4dba28610..f71c8df6c6d4 100644
--- a/nixos/modules/services/web-apps/nextcloud.xml
+++ b/nixos/modules/services/web-apps/nextcloud.xml
@@ -10,6 +10,10 @@
<link linkend="opt-services.nextcloud.enable">services.nextcloud</link>. A
desktop client is packaged at <literal>pkgs.nextcloud-client</literal>.
</para>
+ <para>
+ The current default by NixOS is <package>nextcloud20</package> which is also the latest
+ major version available.
+ </para>
<section xml:id="module-services-nextcloud-basic-usage">
<title>Basic usage</title>
@@ -210,7 +214,7 @@
nextcloud17 = generic {
version = "17.0.x";
sha256 = "0000000000000000000000000000000000000000000000000000";
- insecure = true;
+ eol = true;
};
}</programlisting>
</para>