about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-04 16:38:07 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-04 16:38:07 +0200
commitb36cd65ad16698e58d5a1a76d44237e903c8b262 (patch)
tree0b9d6e3703b190ee7a8304ef6e0d8a319940f4f5 /nixos
parent2f8b455b00866a121bf075bb9c61908a118ec63a (diff)
downloadnixlib-b36cd65ad16698e58d5a1a76d44237e903c8b262.tar
nixlib-b36cd65ad16698e58d5a1a76d44237e903c8b262.tar.gz
nixlib-b36cd65ad16698e58d5a1a76d44237e903c8b262.tar.bz2
nixlib-b36cd65ad16698e58d5a1a76d44237e903c8b262.tar.lz
nixlib-b36cd65ad16698e58d5a1a76d44237e903c8b262.tar.xz
nixlib-b36cd65ad16698e58d5a1a76d44237e903c8b262.tar.zst
nixlib-b36cd65ad16698e58d5a1a76d44237e903c8b262.zip
rl-2211: Mention new paperless timezone default
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml7
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
2 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index 252f727b7fc1..fe5a4f34a9e4 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -447,6 +447,13 @@
       </listitem>
       <listitem>
         <para>
+          The <literal>paperless</literal> module now defaults
+          <literal>PAPERLESS_TIME_ZONE</literal> to your configured
+          system timezone.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           (Neo)Vim can not be configured with
           <literal>configure.pathogen</literal> anymore to reduce
           maintainance burden. Use <literal>configure.packages</literal>
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index 2e7b734b348e..e5b4ffb7938e 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -155,6 +155,8 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
 
 - The `meta.mainProgram` attribute of packages in `wineWowPackages` now defaults to `"wine64"`.
 
+- The `paperless` module now defaults `PAPERLESS_TIME_ZONE` to your configured system timezone.
+
 - (Neo)Vim can not be configured with `configure.pathogen` anymore to reduce maintainance burden.
 Use `configure.packages` instead.