enable big drives as a pool

This commit is contained in:
admin 2024-04-29 14:58:47 +02:00
parent c54a18e3b3
commit fb83b50dec

View file

@ -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 = [ ];