This commit is contained in:
Bryan Ramos 2024-01-25 18:59:18 -05:00
parent 27e09c9a69
commit 63dfa2a818
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -28,18 +28,18 @@
};
# FStab
fileSystems."/" =
{ device = "/dev/disk/by-uuid/af24c5b3-8a6e-4333-a61d-922a97928cae";
fileSystems."/" = {
device = "/dev/disk/by-uuid/af24c5b3-8a6e-4333-a61d-922a97928cae";
fsType = "ext4";
};
fileSystems."/home" =
{ device = "/dev/disk/by-uuid/1639ee20-28d6-4649-814d-ba981c138b35";
fileSystems."/home" = {
device = "/dev/disk/by-uuid/1639ee20-28d6-4649-814d-ba981c138b35";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/74B9-4AAF";
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/74B9-4AAF";
fsType = "vfat";
};