increased side of boot partition
This commit is contained in:
parent
1374696401
commit
994234c18b
|
@ -90,7 +90,8 @@ in {
|
|||
partitions = {
|
||||
# We are having to boot off of the nvm cache drive because I cant figure out how to boot via the HBA
|
||||
ESP = {
|
||||
size = "64M";
|
||||
# 2G here because its not much relative to how much storage we have for caching
|
||||
size = "2G";
|
||||
type = "EF00";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
|
|
Loading…
Reference in a new issue