disko/vanadium: mount root with noatime

This commit is contained in:
Primrose 2025-05-06 21:44:25 +02:00
parent 9a3268c808
commit e61fd16e06
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -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";
}; };