From 77525484dcf1c4e74222e00d3df972de631480df Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 30 Jun 2023 22:35:31 +0900 Subject: [PATCH] Add boot swap device --- laptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 3af869d5..70f995a9 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -37,6 +37,7 @@ # boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.tmp.cleanOnBoot = true; + boot.resumeDevice = "/dev/disk/by-uuid/67600fc1-6d26-4d2f-b2d3-a99174654058"; # Plymouth splash screen boot.plymouth.enable = true; boot.initrd.systemd.enable = true;