devices.pc: disable trim for tf card

This commit is contained in:
2025-12-10 15:07:31 +08:00
parent 0d2aff16a8
commit 1d5a24807a

View File

@@ -21,7 +21,7 @@ inputs:
luks.auto = luks.auto =
{ {
"/dev/disk/by-partlabel/pc-root1" = { mapper = "root1"; ssd = true; }; "/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-tf1".mapper = "tf1";
}; };
swap = [ "/nix/swap/swap" ]; swap = [ "/nix/swap/swap" ];
resume = { device = "/dev/mapper/root1"; offset = 131605760; }; resume = { device = "/dev/mapper/root1"; offset = 131605760; };