This commit is contained in:
2025-07-23 18:44:29 +03:00
parent db3fa40494
commit 03c452b9ce
3 changed files with 15 additions and 26 deletions
+9 -9
View File
@@ -7,15 +7,15 @@
content = {
type = "gpt";
partitions = {
# ESP = {
# type = "EF00";
# size = "512M";
# content = {
# type = "filesystem";
# format = "vfat";
# mountpoint = "/boot";
# };
# };
ESP = {
type = "EF02";
size = "512M";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
};
};
# swap = {
# size = "2G";
# content = {