mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39: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 = {
|
subvolumes = {
|
||||||
"/root" = {
|
"/root" = {
|
||||||
|
mountOptions = ["compress=zstd" "noatime"];
|
||||||
mountpoint = "/";
|
mountpoint = "/";
|
||||||
};
|
};
|
||||||
|
|
||||||
"/home" = {
|
"/home" = {
|
||||||
mountOptions = ["compress=zstd"];
|
mountOptions = ["compress=zstd" "noatime"];
|
||||||
mountpoint = "/home";
|
mountpoint = "/home";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue