Boot noatime
This commit is contained in:
parent
584cae5562
commit
262ada6ebb
4 changed files with 4 additions and 9 deletions
|
|
@ -44,10 +44,7 @@
|
|||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/5BD2-463F";
|
||||
fsType = "vfat";
|
||||
options = [
|
||||
"fmask=0022"
|
||||
"dmask=0022"
|
||||
];
|
||||
options = [ "fmask=0022" "dmask=0022" "noatime" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue