about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/disks/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/disks/default.nix b/system/disks/default.nix
index 171ee292..ac729e65 100644
--- a/system/disks/default.nix
+++ b/system/disks/default.nix
@@ -82,6 +82,7 @@ in {
                 type = "EF00";
                 size = "512M";
                 name = "boot";
+                bootable = true;
                 content = {
                   type = "filesystem";
                   format = "vfat";