machines/sirius: fix disko config

This commit is contained in:
2026-02-13 17:47:08 +07:00
parent faae7e9371
commit 096db119cc

View File

@@ -28,21 +28,18 @@ in
type = "gpt"; type = "gpt";
partitions = { partitions = {
ESP = { ESP = {
size = "1G"; end = "500M";
type = "EF00"; type = "EF00";
content = { content = {
type = "filesystem"; type = "filesystem";
format = "vfat"; format = "vfat";
mountpoint = "/boot"; mountpoint = "/boot";
mountOptions = [ mountOptions = [ "umask=0077" ];
"umask=0077"
"nofail"
];
}; };
}; };
root = { root = {
name = "root"; name = "root";
size = "100%"; end = "-0";
content = { content = {
type = "filesystem"; type = "filesystem";
format = "f2fs"; format = "f2fs";