feat(g2): mount /home2 on boot

This commit is contained in:
Dict Xiong 2024-05-28 00:06:28 +08:00
parent 0e89a2be01
commit 5c0abba619

View File

@ -23,6 +23,12 @@
fsType = "vfat"; fsType = "vfat";
}; };
fileSystems."/home2" =
{ device = "home2";
fsType = "zfs";
neededForBoot = false;
};
swapDevices = [ swapDevices = [
{ {
device = "/.swapfile"; device = "/.swapfile";