fixup! feat(amd): improve system performance and configuration

This commit is contained in:
Harald Hoyer 2026-01-17 18:45:15 +01:00
parent fdfc795e98
commit cb29ee3c9f

View file

@ -29,7 +29,7 @@
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-uuid/050c9912-36c3-4a65-ba8b-ba68e5171e18"; device = "/dev/disk/by-uuid/050c9912-36c3-4a65-ba8b-ba68e5171e18";
fsType = "ext4"; fsType = "ext4";
options = "noatime"; options = [ "noatime" ];
}; };
fileSystems."/boot" = { fileSystems."/boot" = {