feat: c1 enable data2

This commit is contained in:
Dict Xiong 2025-12-01 20:16:30 +08:00
parent 0f9ee67f86
commit d323725075

View File

@ -24,6 +24,11 @@
fsType = "zfs";
};
fileSystems."/data2" = {
device = "data2/data2";
fsType = "zfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/6907-0724";
fsType = "vfat";