about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-08 00:02:17 +0000
committerGitHub <noreply@github.com>2024-03-08 00:02:17 +0000
commitbca99088c2281d3105de5f28bb925c5b2bd0e790 (patch)
treebd1aa4de1a36c569e92cb01478ee66f2ee7729af /nixos/doc/manual
parentb9f10d0e3e2e4b8805b265497a086fdd0a164e10 (diff)
parentc8cd65298e567e1e604431e4544361e365410f8c (diff)
downloadnixlib-bca99088c2281d3105de5f28bb925c5b2bd0e790.tar
nixlib-bca99088c2281d3105de5f28bb925c5b2bd0e790.tar.gz
nixlib-bca99088c2281d3105de5f28bb925c5b2bd0e790.tar.bz2
nixlib-bca99088c2281d3105de5f28bb925c5b2bd0e790.tar.lz
nixlib-bca99088c2281d3105de5f28bb925c5b2bd0e790.tar.xz
nixlib-bca99088c2281d3105de5f28bb925c5b2bd0e790.tar.zst
nixlib-bca99088c2281d3105de5f28bb925c5b2bd0e790.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/configuration/x-windows.chapter.md1
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md5
2 files changed, 6 insertions, 0 deletions
diff --git a/nixos/doc/manual/configuration/x-windows.chapter.md b/nixos/doc/manual/configuration/x-windows.chapter.md
index 0451e4d25265..bf1872ae01ac 100644
--- a/nixos/doc/manual/configuration/x-windows.chapter.md
+++ b/nixos/doc/manual/configuration/x-windows.chapter.md
@@ -150,6 +150,7 @@ Or if you have an older card, you may have to use one of the legacy
 drivers:
 
 ```nix
+services.xserver.videoDrivers = [ "nvidiaLegacy470" ];
 services.xserver.videoDrivers = [ "nvidiaLegacy390" ];
 services.xserver.videoDrivers = [ "nvidiaLegacy340" ];
 services.xserver.videoDrivers = [ "nvidiaLegacy304" ];
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 0abd28ad8f69..665e8590fc42 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -129,6 +129,11 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
   [v0.31](https://github.com/derailed/k9s/releases/tag/v0.31.0) for details. It is recommended
   to back up your current configuration and let k9s recreate the new base configuration.
 
+- The option `services.postgresql.ensureUsers._.ensurePermissions` has been removed as it's
+  not declarative and is broken with newer postgresql versions. Consider using
+  [](#opt-services.postgresql.ensureUsers._.ensureDBOwnership)
+  instead or a tool that's more suited for managing the data inside a postgresql database.
+
 - `idris2` was updated to v0.7.0. This version introduces breaking changes. Check out the [changelog](https://github.com/idris-lang/Idris2/blob/v0.7.0/CHANGELOG.md#v070) for details.
 
 - `neo4j` has been updated to 5, you may want to read the [release notes for Neo4j 5](https://neo4j.com/release-notes/database/neo4j-5/)