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,20 +28,20 @@
}; };
# FStab # FStab
fileSystems."/" = fileSystems."/" = {
{ device = "/dev/disk/by-uuid/af24c5b3-8a6e-4333-a61d-922a97928cae"; device = "/dev/disk/by-uuid/af24c5b3-8a6e-4333-a61d-922a97928cae";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/home" = fileSystems."/home" = {
{ device = "/dev/disk/by-uuid/1639ee20-28d6-4649-814d-ba981c138b35"; device = "/dev/disk/by-uuid/1639ee20-28d6-4649-814d-ba981c138b35";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = fileSystems."/boot" = {
{ device = "/dev/disk/by-uuid/74B9-4AAF"; device = "/dev/disk/by-uuid/74B9-4AAF";
fsType = "vfat"; fsType = "vfat";
}; };
# GPU # GPU
hardware.nvidia.open = true; hardware.nvidia.open = true;