diff --git a/aether/hardware-configuration.nix b/aether/hardware-configuration.nix index 66b07f6..813698e 100644 --- a/aether/hardware-configuration.nix +++ b/aether/hardware-configuration.nix @@ -16,12 +16,18 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/278088c7-1e81-4aec-ae7a-849bbfb4c8bc"; fsType = "ext4"; + options = [ "noatime" ]; }; - fileSystems."/boot" = + fileSystems."/boot/firmware" = { device = "/dev/disk/by-uuid/56DC-DAA1"; fsType = "vfat"; - options = [ "fmask=0022" "dmask=0022" ]; + options = [ + "noatime" + "noauto" + "x-systemd.automount" + "x-systemd.idle-timeout=1min" + ]; }; swapDevices =