about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-09-04 21:45:04 +0200
committerGitHub <noreply@github.com>2022-09-04 21:45:04 +0200
commit0973090c9b7d1b4db88628a7987471d8e398eb94 (patch)
treeda391b92e441c91d1b4c279bb4be04d953c9e089 /nixos
parent150e494f03709738bd37950e31442997c8a27d5a (diff)
parentb36cd65ad16698e58d5a1a76d44237e903c8b262 (diff)
downloadnixlib-0973090c9b7d1b4db88628a7987471d8e398eb94.tar
nixlib-0973090c9b7d1b4db88628a7987471d8e398eb94.tar.gz
nixlib-0973090c9b7d1b4db88628a7987471d8e398eb94.tar.bz2
nixlib-0973090c9b7d1b4db88628a7987471d8e398eb94.tar.lz
nixlib-0973090c9b7d1b4db88628a7987471d8e398eb94.tar.xz
nixlib-0973090c9b7d1b4db88628a7987471d8e398eb94.tar.zst
nixlib-0973090c9b7d1b4db88628a7987471d8e398eb94.zip
Merge pull request #189730 from mweinelt/paperless-release-notes
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.