diff options
author | Soispha <soispha@vhack.eu> | 2023-07-02 11:06:00 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-10 16:44:18 +0200 |
commit | 574241f0988765ad1337c6cea68d972d7e13b56d (patch) | |
tree | 25c1ed76c4a409508c1a67438d38997e39b4d7b0 /system/disks | |
parent | Fix(bootstrap): Finished scripts (diff) | |
download | nixos-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.nix | 1 |
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"; |