From 0e0aa960c82d0b50d5d6769fef7c0290c4aaf9d6 Mon Sep 17 00:00:00 2001 From: uku Date: Sat, 28 Dec 2024 17:41:59 +0100 Subject: [PATCH] feat(kilimandjaro): enable btrfs compression --- systems/kilimandjaro/hardware-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) 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" = {