mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
disko/vanadium: disable compression on root and home
This commit is contained in:
parent
f4d42e7e1d
commit
a37ac14681
1 changed files with 2 additions and 2 deletions
|
|
@ -70,12 +70,12 @@
|
|||
|
||||
subvolumes = {
|
||||
"/root" = {
|
||||
mountOptions = ["compress=zstd" "noatime"];
|
||||
mountOptions = ["noatime"];
|
||||
mountpoint = "/";
|
||||
};
|
||||
|
||||
"/home" = {
|
||||
mountOptions = ["compress=zstd" "noatime"];
|
||||
mountOptions = ["noatime"];
|
||||
mountpoint = "/home";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue