update i15 to compress hard drive

This commit is contained in:
lelgenio 2022-12-05 22:12:38 -03:00
parent 468a0d2850
commit ada2508010
1 changed files with 1 additions and 1 deletions

View File

@ -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" = {