diff --git a/nixos/hosts/nixos-vm-02/disks.nix b/nixos/hosts/nixos-vm-02/disks.nix index 09467723..0f0957a0 100644 --- a/nixos/hosts/nixos-vm-02/disks.nix +++ b/nixos/hosts/nixos-vm-02/disks.nix @@ -12,11 +12,11 @@ name = "ESP"; size = "512M"; type = "EF00"; + bootable = true; content = { type = "filesystem"; format = "vfat"; mountpoint = "/boot"; - bootable = true; mountOptions = [ "defaults" ];