Boot noatime

This commit is contained in:
Filippo Berto 2025-04-27 13:44:41 +02:00
parent 584cae5562
commit 262ada6ebb
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 4 additions and 9 deletions

View file

@ -41,10 +41,7 @@
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/7F42-D513"; device = "/dev/disk/by-uuid/7F42-D513";
fsType = "vfat"; fsType = "vfat";
options = [ options = [ "fmask=0022" "dmask=0022" "noatime" ];
"fmask=0022"
"dmask=0022"
];
}; };
}; };

View file

@ -108,6 +108,7 @@
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/82DB-3444"; device = "/dev/disk/by-uuid/82DB-3444";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" "noatime" ];
}; };
}; };

View file

@ -44,10 +44,7 @@
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/5BD2-463F"; device = "/dev/disk/by-uuid/5BD2-463F";
fsType = "vfat"; fsType = "vfat";
options = [ options = [ "fmask=0022" "dmask=0022" "noatime" ];
"fmask=0022"
"dmask=0022"
];
}; };
}; };

View file

@ -25,7 +25,7 @@
"/boot" = { "/boot" = {
device = "/dev/disk/by-partuuid/63464168-656a-4b74-81ba-9a3ed5cf533b"; device = "/dev/disk/by-partuuid/63464168-656a-4b74-81ba-9a3ed5cf533b";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" "noatime" ];
}; };
"/nix" = { "/nix" = {