feat(g14): mount zfs

This commit is contained in:
Dict Xiong 2024-06-11 14:08:51 +08:00
parent d833238361
commit 264bf5d876

View File

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