Revert "Sddm: work around a bug"

This reverts commit 62bc8f9bee since the bug no longer occurs
This commit is contained in:
Toast 2023-12-27 10:38:09 +01:00
parent f374274550
commit e0a28e73d2

View file

@ -52,12 +52,4 @@ in
};
environment.systemPackages = [ sddm-sugar-candy customcfg ];
/*
Sddm has a very annoying bug where it sometimes hangs at shutdown
if you use Plasma's wayland session. The bug is already fixed upstream,
but until it sddm gets updated on the repos this will do
*/
systemd.services.display-manager.serviceConfig = {
TimeoutStopSec = "5s";
};
}