From c41d3aefea453eb7011cdb40bb0dca2aae5ec92c Mon Sep 17 00:00:00 2001 From: chn Date: Wed, 17 Sep 2025 07:18:36 +0800 Subject: [PATCH] devices.pc: fix --- devices/pc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 5360de9d..c2265b09 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -16,7 +16,7 @@ inputs: }; luks.auto."/dev/disk/by-partlabel/pc-root1" = { mapper = "root1"; ssd = true; }; swap = [ "/nix/swap/swap" ]; - resume = { device = "/nix/swap/swap"; offset = 131605760; }; + resume = { device = "/dev/mapper/root1"; offset = 131605760; }; }; grub.windowsEntries."08D3-10DE" = "Windows"; nix.marches =