feat(g2): mount /home2 on boot
This commit is contained in:
parent
0e89a2be01
commit
5c0abba619
|
@ -23,6 +23,12 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/home2" =
|
||||||
|
{ device = "home2";
|
||||||
|
fsType = "zfs";
|
||||||
|
neededForBoot = false;
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{
|
{
|
||||||
device = "/.swapfile";
|
device = "/.swapfile";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user