Make uefi partition 1G by default

This commit is contained in:
Manuel Thalmann 2024-06-22 19:00:26 +02:00
parent 2204388a39
commit bd59674765

View file

@ -214,7 +214,7 @@
Boot = {
index = 1;
type = "uefi";
size = "+100M";
size = "+1G";
keepExisting = true;
};