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