mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/disko: try compressing /home
This commit is contained in:
parent
77dc32f91c
commit
34619bec86
1 changed files with 4 additions and 1 deletions
|
|
@ -75,7 +75,10 @@
|
|||
};
|
||||
|
||||
"/home" = {
|
||||
mountOptions = [ "noatime" ];
|
||||
mountOptions = [
|
||||
"compress=zstd"
|
||||
"noatime"
|
||||
];
|
||||
mountpoint = "/home";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue