From b36cd65ad16698e58d5a1a76d44237e903c8b262 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 4 Sep 2022 16:38:07 +0200 Subject: [PATCH] rl-2211: Mention new paperless timezone default --- nixos/doc/manual/from_md/release-notes/rl-2211.section.xml | 7 +++++++ nixos/doc/manual/release-notes/rl-2211.section.md | 2 ++ 2 files changed, 9 insertions(+) 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 @@ -445,6 +445,13 @@ "wine64". + + + The paperless module now defaults + PAPERLESS_TIME_ZONE to your configured + system timezone. + + (Neo)Vim can not be configured with 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.