From 587bbee8a08206f7b1457ea31c0b7b179b060158 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 11 May 2024 02:09:34 +0900 Subject: feat(nixos/alpha): allow hibernation --- nixos/alpha/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 67413ab..f0fbf27 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -18,7 +18,7 @@ boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; boot.kernelParams = [ - "nohibernate" + # "nohibernate" "console=tty1" # Resolve ACPI conflicts for Gigabyte motherboard -- cgit 1.4.1