about summary refs log tree commit diff stats
path: root/system/disks
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..7e915012 100644
--- a/system/disks/default.nix
+++ b/system/disks/default.nix
@@ -82,6 +82,7 @@ in {
                 type = "EF00";
                 size = "512M";
                 name = "boot";
+                #bootable = true; # TODO is this needed?
                 content = {
                   type = "filesystem";
                   format = "vfat";