mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:56:34 +01:00
Add compression to btrfs
This commit is contained in:
parent
75c68eca4d
commit
3fc2f785c3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
"/" = {
|
||||
device = "/dev/disk/by-uuid/99a47ace-7e69-4520-b914-d4fe5b31dc79";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@" ];
|
||||
options = [ "subvol=@" "compress=zstd:8" ];
|
||||
};
|
||||
"/boot/efi" = {
|
||||
device = "/dev/disk/by-uuid/1F26-8168";
|
||||
|
|
Loading…
Reference in a new issue