diff --git a/systems/amd-server/hardware-configuration.nix b/systems/amd-server/hardware-configuration.nix index 08bee7c..50747a6 100644 --- a/systems/amd-server/hardware-configuration.nix +++ b/systems/amd-server/hardware-configuration.nix @@ -15,6 +15,7 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/a3c34c9e-06be-49dc-a5d3-4156defa11e7"; fsType = "btrfs"; + options = [ "defaults" "noatime"]; }; fileSystems."/boot" = {