1
Fork 0
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:
RGBCube 2024-05-12 16:42:10 +03:00
parent 5954630d7c
commit 971fe5f7b0
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View file

@ -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 = [{