mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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} = {
|
fileSystems.${config.boot.loader.efi.efiSysMountPoint} = {
|
||||||
device = "/dev/disk/by-label/boot";
|
device = "/dev/disk/by-label/boot";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
options = [ "noatime" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [{
|
swapDevices = [{
|
||||||
|
|
|
@ -24,8 +24,9 @@ systemConfiguration {
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems.${config.boot.loader.efi.efiSysMountPoint} = {
|
fileSystems.${config.boot.loader.efi.efiSysMountPoint} = {
|
||||||
device = "/dev/disk/by-label/boot";
|
device = "/dev/disk/by-label/boot";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
options = [ "noatime" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [{
|
swapDevices = [{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue