mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
vfat also has noatime
This commit is contained in:
parent
5954630d7c
commit
971fe5f7b0
2 changed files with 6 additions and 4 deletions
|
@ -18,8 +18,9 @@ systemConfiguration {
|
|||
};
|
||||
|
||||
fileSystems.${config.boot.loader.efi.efiSysMountPoint} = {
|
||||
device = "/dev/disk/by-label/boot";
|
||||
fsType = "vfat";
|
||||
device = "/dev/disk/by-label/boot";
|
||||
fsType = "vfat";
|
||||
options = [ "noatime" ];
|
||||
};
|
||||
|
||||
swapDevices = [{
|
||||
|
|
|
@ -24,8 +24,9 @@ systemConfiguration {
|
|||
};
|
||||
|
||||
fileSystems.${config.boot.loader.efi.efiSysMountPoint} = {
|
||||
device = "/dev/disk/by-label/boot";
|
||||
fsType = "vfat";
|
||||
device = "/dev/disk/by-label/boot";
|
||||
fsType = "vfat";
|
||||
options = [ "noatime" ];
|
||||
};
|
||||
|
||||
swapDevices = [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue