fstab changes

This commit is contained in:
Bryan Ramos 2024-11-21 21:20:53 -05:00
parent 07f4608853
commit fd5a75eebb
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 31 additions and 61 deletions

View file

@ -30,17 +30,17 @@
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/8a323092-39b9-4913-8839-452156e48922";
device = "/dev/disk/by-uuid/495f5e7b-d9e4-4663-88c5-7021e7292535";
fsType = "ext4";
};
"/home" = {
device = "/dev/disk/by-uuid/84474517-05eb-45aa-880e-c18301483b53";
device = "/dev/disk/by-uuid/cd0e5c29-716d-47f2-92f4-46ee9fca5af3";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-uuid/B4B2-C898";
device = "/dev/disk/by-uuid/C061-EE77";
fsType = "vfat";
};
};