mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Adjust boot partition size
This commit is contained in:
parent
0895aa4220
commit
227cdce799
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
partitions = {
|
||||
ESP = {
|
||||
type = "EF00";
|
||||
size = "500M";
|
||||
size = "512M";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "vfat";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue