update i15 to compress hard drive
This commit is contained in:
parent
468a0d2850
commit
ada2508010
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue