Remove windows partitions on buck. Resize EFI partition

This commit is contained in:
Jacob Hinkle 2023-11-20 11:45:30 -05:00
parent 9bf1e96e3d
commit 3193cad85f

View File

@ -18,12 +18,13 @@
boot.extraModulePackages = [];
fileSystems."/" = {
device = "/dev/disk/by-uuid/cc13728f-a446-49db-98fc-51db875bba20";
#device = "/dev/disk/by-uuid/cc13728f-a446-49db-98fc-51db875bba20";
device = "/dev/disk/by-uuid/a04773e7-3ccd-4d10-908d-53896b910f61";
fsType = "ext4";
};
fileSystems."/boot/efi" = {
device = "/dev/disk/by-uuid/164F-882B";
device = "/dev/disk/by-uuid/0EB1-1189";
fsType = "vfat";
};