diff options
author | sefidel <contact@sefidel.net> | 2024-05-11 02:09:34 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-11 02:09:34 +0900 |
commit | 587bbee8a08206f7b1457ea31c0b7b179b060158 (patch) | |
tree | b2d914202bf9092a2d0d6673af2f42207e211582 /nixos | |
parent | 1a0ba54c92d9cc4a62231cdb690e2c8a7540b8c2 (diff) | |
download | nixrc-587bbee8a08206f7b1457ea31c0b7b179b060158.tar.gz nixrc-587bbee8a08206f7b1457ea31c0b7b179b060158.zip |
feat(nixos/alpha): allow hibernation
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/alpha/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |