summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2022-01-30 01:08:46 +0100
committerGitHub <noreply@github.com>2022-01-30 01:08:46 +0100
commit5a17134ebddcb43c90332187e63f2650f1c6a7f5 (patch)
tree0963b92cfc8c9c75ce236e80de13f146eb84b2ca /nixos/modules/services/x11
parent4244235785b1ddfc0c3bc4b721fc48e02f92998e (diff)
parent0ac96d7c5331987c48bb65ba4b2995521c8cf2a8 (diff)
downloadnixpkgs-5a17134ebddcb43c90332187e63f2650f1c6a7f5.tar
nixpkgs-5a17134ebddcb43c90332187e63f2650f1c6a7f5.tar.gz
nixpkgs-5a17134ebddcb43c90332187e63f2650f1c6a7f5.tar.bz2
nixpkgs-5a17134ebddcb43c90332187e63f2650f1c6a7f5.tar.lz
nixpkgs-5a17134ebddcb43c90332187e63f2650f1c6a7f5.tar.xz
nixpkgs-5a17134ebddcb43c90332187e63f2650f1c6a7f5.tar.zst
nixpkgs-5a17134ebddcb43c90332187e63f2650f1c6a7f5.zip
Merge pull request #157320 from andersk/gnome-switch-fixed
nixos/gnome: Remove warning for fixed nixos-rebuild switch bug
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/desktop-managers/gnome.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/gnome.xml b/nixos/modules/services/x11/desktop-managers/gnome.xml
index e5da7740196..807c9d64e20 100644
--- a/nixos/modules/services/x11/desktop-managers/gnome.xml
+++ b/nixos/modules/services/x11/desktop-managers/gnome.xml
@@ -249,14 +249,5 @@ services.xserver.desktopManager.gnome = {
     See <link xlink:href="https://github.com/NixOS/nixpkgs/issues/56342">this issue.</link>
    </para>
   </section>
-
-  <section xml:id="sec-gnome-faq-nixos-rebuild-switch-kills-session">
-   <title>Why does <literal>nixos-rebuild switch</literal> sometimes kill my session?</title>
-
-   <para>
-    This is a known <link xlink:href="https://github.com/NixOS/nixpkgs/issues/44344">issue</link> without any workarounds.
-    If you are doing a fairly large upgrade, it is probably safer to use <literal>nixos-rebuild boot</literal>.
-   </para>
-  </section>
  </section>
 </chapter>