Don't compress home and data drives
This commit is contained in:
parent
547d30e2ce
commit
a78efc6788
1 changed files with 1 additions and 2 deletions
|
@ -14,13 +14,12 @@
|
||||||
"/home" = {
|
"/home" = {
|
||||||
device = "/dev/disk/by-uuid/4bbd6139-7caa-4617-a94f-b185c5f6ca45";
|
device = "/dev/disk/by-uuid/4bbd6139-7caa-4617-a94f-b185c5f6ca45";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "compress=zstd:15" ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"/mnt/Datos" = {
|
"/mnt/Datos" = {
|
||||||
device = "/dev/disk/by-uuid/994ef2bd-a9fb-4414-9a0a-19b150ffa452";
|
device = "/dev/disk/by-uuid/994ef2bd-a9fb-4414-9a0a-19b150ffa452";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "compress=zstd:15" "user" "x-systemd.automount" "exec" ];
|
options = [ "user" "x-systemd.automount" "exec" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue