This commit is contained in:
2025-07-23 15:39:18 +03:00
parent 14fc4ba5b3
commit a40d057cb9
3 changed files with 54 additions and 56 deletions
+15 -15
View File
@@ -7,21 +7,21 @@
content = {
type = "gpt";
partitions = {
ESP = {
type = "EF00";
size = "512M";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
};
};
swap = {
size = "2G";
content = {
type = "swap";
};
};
# ESP = {
# type = "EF00";
# size = "512M";
# content = {
# type = "filesystem";
# format = "vfat";
# mountpoint = "/boot";
# };
# };
# swap = {
# size = "2G";
# content = {
# type = "swap";
# };
# };
root = {
size = "100%";
content = {