feat(g12): mount zfs

This commit is contained in:
Dict Xiong 2024-06-11 14:15:24 +08:00
parent 264bf5d876
commit 2d85a28eae

View File

@ -28,6 +28,12 @@
[ { device = "/dev/disk/by-uuid/56730816-8ed6-48d9-a4a9-4afad7f6d7b3"; }
];
fileSystems."/home2" =
{ device = "home2";
fsType = "zfs";
neededForBoot = false;
};
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction