tmpfs and set noatime

This commit is contained in:
Kopatz
2023-11-25 11:44:43 +01:00
parent 14d982a508
commit 98856a09c5
6 changed files with 22 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
fileSystems."/" =
{ device = "/dev/disk/by-uuid/1af836fb-ffef-4362-84af-bcb24d4db068";
fsType = "ext4";
options = [
"defaults"
"noatime"
];
};
fileSystems."/boot" =
@@ -42,7 +46,7 @@
fileSystems."/mnt/250ssd" =
{ device = "/dev/disk/by-uuid/80163cf9-2030-4757-ada2-03db96184961";
fsType = "ext4";
options = ["defaults" "nofail"];
options = ["defaults" "nofail" "noatime"];
};
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking