From d7fda45b4380339a9f88735df9391c4b95a3378a Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 30 Dec 2024 18:01:33 +0100 Subject: [PATCH] feat(fuji): enable btrfs compression --- systems/fuji/hardware-configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/systems/fuji/hardware-configuration.nix b/systems/fuji/hardware-configuration.nix index b252817..814ffb5 100644 --- a/systems/fuji/hardware-configuration.nix +++ b/systems/fuji/hardware-configuration.nix @@ -27,7 +27,11 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/660ff32b-308f-411a-815e-959706ec1bcb"; fsType = "btrfs"; - options = [ "subvol=@" ]; + options = [ + "subvol=@" + "compress=zstd" + "noatime" + ]; }; fileSystems."/boot" = {