Add /.btrfsroot to compressed mounts
This commit is contained in:
parent
6ccebdadfc
commit
2ce393d1ae
@ -19,7 +19,7 @@
|
||||
};
|
||||
}
|
||||
|
||||
(lib.genAttrs [ "/" "/home" "/nix" ] ( fs: {
|
||||
(lib.genAttrs [ "/.btrfsroot" "/" "/home" "/nix" ] ( fs: {
|
||||
options = [ "compress=zstd" ];
|
||||
}))
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user