diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index add48f5..191b5e0 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -39,6 +39,7 @@ in { "/" = { device = "/dev/mapper/luksroot"; fsType = "btrfs"; + options = ["compress=zstd"]; }; "/boot" = { device = "${nvme}-part1";