From 5c759e5f545ad7f7dc44a4f8a4cf97011fb98cba Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 6 Feb 2024 20:54:16 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-framework/disks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-framework/disks.nix b/nixos/hosts/nixos-framework/disks.nix index 3f4e531c..1f9f5cfe 100644 --- a/nixos/hosts/nixos-framework/disks.nix +++ b/nixos/hosts/nixos-framework/disks.nix @@ -6,7 +6,7 @@ services.btrfs.autoScrub.enable = true; services.btrfs.autoScrub.interval = "weekly"; - boot.resumeDevice = "/dev/disk/by-partlabel/ROOT"; + boot.resumeDevice = "/dev/mapper/ROOT"; # boot.kernelParams = [ "resume_offset=[offset]" ]; # https://sawyershepherd.org/post/hibernating-to-an-encrypted-swapfile-on-btrfs-with-nixos/