diff --git a/hosts/fruitbook/configuration.nix b/hosts/fruitbook/configuration.nix index 69cba72..5bd9d4c 100644 --- a/hosts/fruitbook/configuration.nix +++ b/hosts/fruitbook/configuration.nix @@ -66,15 +66,6 @@ # services.xserver.desktopManager.plasma5.enable = true; - # Disable systemd-sleep. Let KDE or whatever dim the screen without - # suspending the computer. - systemd.sleep.extraConfig = '' - AllowSuspend=no - AllowHibernation=no - AllowHybridSleep=no - AllowSuspendThenHibernate=no - ''; - boot.loader = { grub.enable = false; systemd-boot.enable = true;