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";
partitions = {
ESP = {
size = "1G";
end = "500M";
type = "EF00";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [
"umask=0077"
"nofail"
];
mountOptions = [ "umask=0077" ];
};
};
root = {
name = "root";
size = "100%";
end = "-0";
content = {
type = "filesystem";
format = "f2fs";