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"; type = "filesystem";
format = "vfat"; format = "vfat";
mountpoint = "/boot"; mountpoint = "/boot";
mountOptions = ["umask=0077"];
}; };
}; };
root = { root = {

View file

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

View file

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

View file

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