poseidon: use compression on btrfs volume

This commit is contained in:
Antoine Martin 2021-02-22 12:41:37 +01:00
parent 49a261e5ee
commit 076f40b031

View file

@ -16,7 +16,11 @@
fileSystems."/" =
{ device = "/dev/disk/by-uuid/adcf0158-edfb-402f-82e7-61e4902af989";
fsType = "btrfs";
options = [ "subvol=@nixos" ];
options = [
"subvol=@nixos"
"compress=zstd"
"noatime"
];
};
fileSystems."/boot" =