diff --git a/hosts/i15.nix b/hosts/i15.nix index 7f22edb..08d90df 100644 --- a/hosts/i15.nix +++ b/hosts/i15.nix @@ -15,7 +15,7 @@ fileSystems."/" = { device = "/dev/disk/by-label/ROOT"; fsType = "btrfs"; - options = [ "subvol=nixos" ]; + options = [ "subvol=nixos" "compress=zstd" "noatime" ]; }; fileSystems."/boot/efi" = {