fix: Apply umask=0077 to /boot partition in all examples
This commit is contained in:
@@ -42,6 +42,7 @@ for example like this:
|
||||
type = "filesystem";
|
||||
format = "vfat";
|
||||
mountpoint = "/boot";
|
||||
mountOptions = [ "umask=0077" ];
|
||||
};
|
||||
}
|
||||
{
|
||||
|
Reference in New Issue
Block a user