Skip to content

Commit

Permalink
Btrfs mount mishy's home with compression enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ritiek committed Oct 27, 2024
1 parent d153f4d commit f0b05cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions machines/mishy/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
fileSystems."/home" =
{ device = "/dev/disk/by-uuid/1aa6d5d2-4d16-4612-ae16-383572e149f1";
fsType = "btrfs";
options = [
"noatime"
"compress-force=zstd:3"
];
};

swapDevices = [ ];
Expand Down

0 comments on commit f0b05cd

Please sign in to comment.