hardware: add new ssd

This commit is contained in:
Alexandre Cavalheiro 2024-06-24 03:21:23 -03:00
parent 9d41e27590
commit df3604c844
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -60,6 +60,14 @@
"nofail"
];
};
fileSystems."/mnt/extra" = {
device = "/dev/disk/by-uuid/0d4ef3e0-7e7a-4a70-bbbc-040fe7aa7c2a";
fsType = "ext4";
options = [
"defaults"
"nofail"
];
};
swapDevices = [ ];