diff --git a/hosts/disk/hardware.nix b/hosts/disk/hardware.nix index 48aeeee..a6bc25e 100644 --- a/hosts/disk/hardware.nix +++ b/hosts/disk/hardware.nix @@ -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 = [{ diff --git a/hosts/enka/hardware.nix b/hosts/enka/hardware.nix index a60b893..266a02b 100644 --- a/hosts/enka/hardware.nix +++ b/hosts/enka/hardware.nix @@ -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 = [{