devices.pc: add tf2 decrypt

This commit is contained in:
2025-11-25 14:14:34 +08:00
parent 715b15f9a5
commit b03d8cfa06

View File

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