mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Noatime
This commit is contained in:
parent
d3383fe30a
commit
5954630d7c
4 changed files with 12 additions and 8 deletions
|
@ -20,5 +20,6 @@ systemConfiguration {
|
|||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/root";
|
||||
fsType = "ext4";
|
||||
options = [ "noatime" ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@ systemConfiguration {
|
|||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/root";
|
||||
fsType = "ext4";
|
||||
options = [ "noatime" ];
|
||||
};
|
||||
|
||||
fileSystems.${config.boot.loader.efi.efiSysMountPoint} = {
|
||||
|
|
|
@ -20,6 +20,7 @@ systemConfiguration {
|
|||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/root";
|
||||
fsType = "btrfs";
|
||||
options = [ "noatime" ];
|
||||
};
|
||||
|
||||
fileSystems.${config.boot.loader.efi.efiSysMountPoint} = {
|
||||
|
|
|
@ -21,5 +21,6 @@ systemConfiguration {
|
|||
fileSystems."/" = {
|
||||
device = "/dev/vda1";
|
||||
fsType = "ext4";
|
||||
options = [ "noatime" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue