Infini-FRAMEWORK: enable btrfs compression
This commit is contained in:
parent
28123556c2
commit
a92368fe50
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
let
|
let
|
||||||
uuid = uuid: "/dev/disk/by-uuid/${uuid}";
|
uuid = uuid: "/dev/disk/by-uuid/${uuid}";
|
||||||
main = uuid "a44af0ff-5667-465d-b80a-1934d1aab8d9";
|
main = uuid "a44af0ff-5667-465d-b80a-1934d1aab8d9";
|
||||||
commonOptions = [ "autodefrag" "noatime" "ssd" ];
|
commonOptions = [ "autodefrag" "noatime" "ssd" "compress=zstd:1" ];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue