diff --git a/hosts/snowhawk/hardware-configuration.nix b/hosts/snowhawk/hardware-configuration.nix index 6e2a7bc..71f673c 100644 --- a/hosts/snowhawk/hardware-configuration.nix +++ b/hosts/snowhawk/hardware-configuration.nix @@ -48,7 +48,7 @@ in fsType = "ext4"; }; - fileSystems."/boot" = { + fileSystems."/efi" = { device = "/dev/disk/by-uuid/1A0A-CEB2"; fsType = "vfat"; };