diff --git a/hosts/laptop.nix b/hosts/laptop.nix index 6cf84ab..e2b19a1 100644 --- a/hosts/laptop.nix +++ b/hosts/laptop.nix @@ -20,7 +20,7 @@ networking.hostName = "laptop"; - services.logind.settings.Login.HandlePowerKey = "suspend"; + services.logind.settings.Login.HandlePowerKey = "hibernate"; # stupid ISO keyboards console.useXkbConfig = true;