add 2nd hard drive to lio

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-18 10:35:14 -05:00
parent c54f89a686
commit 864f855598

View file

@ -40,10 +40,15 @@
];
};
fileSystems."/mnt/nvme1tb" = {
device = "/dev/disk/by-uuid/7ddb48bd-160c-4049-a4fa-a5ac2b6a5402";
fsType = "ext4";
};
swapDevices = [
{
device = "/.swapfile";
size = 64 * 1024; # 16GB
size = 64 * 1024; # 64GB
}
];