diff --git a/nki-framework/configuration.nix b/nki-framework/configuration.nix index 4f6e5c3..2b34a6a 100644 --- a/nki-framework/configuration.nix +++ b/nki-framework/configuration.nix @@ -42,7 +42,7 @@ services.power-profiles-daemon.enable = true; # powerManagement.enable = true; # powerManagement.powertop.enable = true; - services.logind.lidSwitch = "suspend"; + services.logind.lidSwitch = "suspend-then-hibernate"; # Printing services.printing.drivers = with pkgs; [ epfl-cups-drivers ];