diff options
author | Soispha <soispha@vhack.eu> | 2023-07-02 11:07:25 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-10 16:44:19 +0200 |
commit | 5574289a3f50e47653961ad831bc69cf6bffbd1b (patch) | |
tree | d327ed4cb975274130e55756fbfb4ac8d26a871d /system/disks | |
parent | Revert "Fix(system/disks): Make ESP bootable" (diff) | |
download | nixos-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.nix | 1 |
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"; |