devices.pc: add partition

This commit is contained in:
2025-12-16 10:46:33 +08:00
parent 4e6c8562a0
commit 4c8c0c8dce

View File

@@ -22,6 +22,7 @@ inputs:
{
"/dev/disk/by-partlabel/pc-root1" = { mapper = "root1"; ssd = true; };
"/dev/disk/by-partlabel/pc-tf1".mapper = "tf1";
"/dev/disk/by-partlabel/pc-tf2" = { mapper = "tf2"; ssd = true; };
};
swap = [ "/nix/swap/swap" ];
resume = { device = "/dev/mapper/root1"; offset = 156901642; };