feat(g14): add ssd to /data0

This commit is contained in:
Dict Xiong 2025-04-10 23:12:36 +08:00
parent c1f39c41de
commit d0578807e5

View File

@ -30,6 +30,12 @@
neededForBoot = false;
};
fileSystems."/data0" =
{ device = "data0";
fsType = "zfs";
neededForBoot = false;
};
swapDevices =
[ { device = "/dev/disk/by-uuid/5af059c4-6066-43a1-b037-683fa9e0d6fd"; }
];