feat(g14): mount zfs
This commit is contained in:
parent
d833238361
commit
264bf5d876
|
@ -24,6 +24,12 @@
|
|||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
|
||||
fileSystems."/home2" =
|
||||
{ device = "home2";
|
||||
fsType = "zfs";
|
||||
neededForBoot = false;
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
[ { device = "/dev/disk/by-uuid/5af059c4-6066-43a1-b037-683fa9e0d6fd"; }
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user