diff --git a/hosts/thinkpad/hardware-configuration.nix b/hosts/thinkpad/hardware-configuration.nix index d3e3f6f..c920659 100644 --- a/hosts/thinkpad/hardware-configuration.nix +++ b/hosts/thinkpad/hardware-configuration.nix @@ -53,11 +53,16 @@ }; fileSystems."/boot/efi" = { - device = "/boot/efis/nvme-INTEL_SSDPEKKF010T8L_PHHP938405741P0D-part1"; - fsType = "none"; - options = ["bind"]; + device = "/dev/disk/by-uuid/5C39-390F"; + fsType = "vfat"; }; + # fileSystems."/boot/efi" = { + # device = "/boot/efis/nvme-INTEL_SSDPEKKF010T8L_PHHP938405741P0D-part1"; + # fsType = "none"; + # options = ["bind"]; + # }; + swapDevices = [ {device = "/dev/disk/by-label/swap";} ];