make boot non world accessable
This commit is contained in:
@@ -35,6 +35,7 @@ let
|
|||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "vfat";
|
format = "vfat";
|
||||||
mountpoint = "/boot";
|
mountpoint = "/boot";
|
||||||
|
mountOptions = [ "umask=0077" ];
|
||||||
extraArgs = [ "-n" "BOOT" ];
|
extraArgs = [ "-n" "BOOT" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user