about summary refs log tree commit diff stats
path: root/system/disks
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-02 11:07:25 +0200
committerSoispha <soispha@vhack.eu>2023-07-10 16:44:19 +0200
commit5574289a3f50e47653961ad831bc69cf6bffbd1b (patch)
treed327ed4cb975274130e55756fbfb4ac8d26a871d /system/disks
parentRevert "Fix(system/disks): Make ESP bootable" (diff)
downloadnixos-config-5574289a3f50e47653961ad831bc69cf6bffbd1b.tar.gz
nixos-config-5574289a3f50e47653961ad831bc69cf6bffbd1b.zip
Fix(system/disks): Add remainder about bootable option
Diffstat (limited to 'system/disks')
-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";