Revert "disko: fix /boot being world-writeable"

This reverts commit 4b44917e2d due to
errors at install time.
This commit is contained in:
Aly Raffauf 2024-06-14 19:42:53 -04:00
parent 0197650237
commit af76a6fc5f
4 changed files with 3 additions and 4 deletions

View file

@ -17,7 +17,6 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = ["umask=0077"];
};
};
root = {

View file

@ -15,7 +15,7 @@
format = "vfat";
mountpoint = "/boot";
mountOptions = [
"umask=0077"
"defaults"
];
};
};

View file

@ -15,7 +15,7 @@
format = "vfat";
mountpoint = "/boot";
mountOptions = [
"umask=0077"
"defaults"
];
};
};

View file

@ -15,7 +15,7 @@
format = "vfat";
mountpoint = "/boot";
mountOptions = [
"umask=0077"
"defaults"
];
};
};