summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/pantheon.xml
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-03-28 20:03:49 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-04-05 20:39:12 -0400
commit69491623614c88bd7a960d416c05dab6e6f9c11c (patch)
tree9d53d95f28e8ebc7fbcc1c935275016468ea6de9 /nixos/modules/services/x11/desktop-managers/pantheon.xml
parent4fa0ae2f1f84b1d9ea75ade672394fe95f57d5b5 (diff)
downloadnixpkgs-69491623614c88bd7a960d416c05dab6e6f9c11c.tar
nixpkgs-69491623614c88bd7a960d416c05dab6e6f9c11c.tar.gz
nixpkgs-69491623614c88bd7a960d416c05dab6e6f9c11c.tar.bz2
nixpkgs-69491623614c88bd7a960d416c05dab6e6f9c11c.tar.lz
nixpkgs-69491623614c88bd7a960d416c05dab6e6f9c11c.tar.xz
nixpkgs-69491623614c88bd7a960d416c05dab6e6f9c11c.tar.zst
nixpkgs-69491623614c88bd7a960d416c05dab6e6f9c11c.zip
pantheon.xml: drop slow shutdown workaround
Them removing cerbere and registering with the SessionManager
should make shutdown very fast. This was even done in plank [0]
which was the last factor outside cerbere causing this.

[0]]: https://github.com/elementary/dock/commit/a8d2f255b2909cc548a13021fd4c0641c4249896
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/pantheon.xml')
-rw-r--r--nixos/modules/services/x11/desktop-managers/pantheon.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.xml b/nixos/modules/services/x11/desktop-managers/pantheon.xml
index 4d92a7446c0..9541f2cfd4e 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.xml
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.xml
@@ -89,22 +89,6 @@ switchboard-with-plugs.override {
      </para>
     </listitem>
    </varlistentry>
-   <varlistentry xml:id="sec-pantheon-faq-slow-shutdown">
-    <term>
-     Using Pantheon sometimes makes my shutdown take a long time.
-    </term>
-    <listitem>
-     <para>
-      We have not yet determined what processes fight with systemd during shutdown, there are many reports. In elementary OS the default system timeout is lowered to lessen the impact of the issue. If you'd like to do this in NixOS, set
-<programlisting>
- <xref linkend="opt-systemd.extraConfig"/> = ''
-  DefaultTimeoutStopSec=10s
-  DefaultTimeoutStartSec=10s
-'';
-</programlisting>
-     </para>
-    </listitem>
-   </varlistentry>
    <varlistentry xml:id="sec-pantheon-faq-gnome3-and-pantheon">
     <term>
      I cannot enable both GNOME 3 and Pantheon.