enable big drives as a pool
This commit is contained in:
parent
c54a18e3b3
commit
fb83b50dec
|
@ -21,7 +21,10 @@
|
|||
{ device = "/dev/disk/by-uuid/f3463885-fde8-4488-9442-37ced2b2c8f3";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/pool" = {
|
||||
device = "/dev/pool1/vol1";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue