From 69080ea08ae5cc05425a9bc88464e3c63463eb7d Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 26 Jan 2023 23:10:18 +0000 Subject: [PATCH] undo shit --- hosts/pingbox/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pingbox/configuration.nix b/hosts/pingbox/configuration.nix index 309938d..a93b66e 100644 --- a/hosts/pingbox/configuration.nix +++ b/hosts/pingbox/configuration.nix @@ -18,7 +18,7 @@ boot.resumeDevice = "/dev/disk/by-label/swap"; - boot.kernelParams = ["nvme.noacpi=1" "mem_sleep_default=deep"]; + boot.kernelParams = ["nvme.noacpi=1"]; hardware.acpilight.enable = lib.mkDefault true;