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:06:00 +0200
committerSoispha <soispha@vhack.eu>2023-07-10 16:44:18 +0200
commit574241f0988765ad1337c6cea68d972d7e13b56d (patch)
tree25c1ed76c4a409508c1a67438d38997e39b4d7b0 /system/disks
parentFix(bootstrap): Finished scripts (diff)
downloadnixos-config-574241f0988765ad1337c6cea68d972d7e13b56d.tar.gz
nixos-config-574241f0988765ad1337c6cea68d972d7e13b56d.zip
Revert "Fix(system/disks): Make ESP bootable"
The bootable option should already work.
This reverts commit 03ca938a8d989449a634caf264cf2496f6a153c3.
Diffstat (limited to 'system/disks')
-rw-r--r--system/disks/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/disks/default.nix b/system/disks/default.nix
index ac729e65..171ee292 100644
--- a/system/disks/default.nix
+++ b/system/disks/default.nix
@@ -82,7 +82,6 @@ in {
                 type = "EF00";
                 size = "512M";
                 name = "boot";
-                bootable = true;
                 content = {
                   type = "filesystem";
                   format = "vfat";