feat: c2 enable data2

This commit is contained in:
Dict Xiong 2026-01-17 11:46:37 +08:00
parent d323725075
commit cce5b7fb24

View File

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