diff --git a/systems/kilimandjaro/hardware-configuration.nix b/systems/kilimandjaro/hardware-configuration.nix index f5bc8aa..4629374 100644 --- a/systems/kilimandjaro/hardware-configuration.nix +++ b/systems/kilimandjaro/hardware-configuration.nix @@ -29,6 +29,10 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/e082a535-4b7c-4b24-af1c-0373eefd3c05"; fsType = "btrfs"; + options = [ + "compress=zstd" + "noatime" + ]; }; fileSystems."/boot" = {