mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-21 14:18:40 +00:00
Stop boot partition being world readable (#128)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-uuid/5BCD-7078";
|
||||
fsType = "vfat";
|
||||
options = ["fmask=0022" "dmask=0022"];
|
||||
options = ["fmask=0077" "dmask=0077"];
|
||||
};
|
||||
|
||||
swapDevices = [];
|
||||
|
Reference in New Issue
Block a user