Skip to content

Commit 92b090d

Browse files
committed
chore(magicbook/disks): Change devices names
Signed-off-by: ReStranger <restranger@disroot.org>
1 parent 3d2936b commit 92b090d

File tree

1 file changed

+1
-1
lines changed
  • system/machine/magicbook/modules/hardware/disks

1 file changed

+1
-1
lines changed

system/machine/magicbook/modules/hardware/disks/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}:
55
{
66
boot.initrd.luks.devices = {
7-
cryptroot.device = "/dev/disk/by-id/nvme-KBG50ZNV512G_KIOXIA_935C961QECJX_1-part2";
7+
cryptroot.device = "/dev/nvme0n1p2";
88
};
99

1010
fileSystems = {

0 commit comments

Comments
 (0)