feat: optimize ram

This commit is contained in:
Jet 2026-05-24 14:14:10 -07:00
parent 62af141a22
commit 14ad9151a5
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View file

@ -25,6 +25,7 @@
fileSystems."/" = {
device = "/dev/disk/by-uuid/dfaa8624-c14f-4a72-8c5a-193d8294e5cb";
fsType = "ext4";
options = [ "noatime" ];
};
fileSystems."/boot" = {
@ -39,6 +40,7 @@
swapDevices = [
{
device = "/dev/disk/by-uuid/bd8d2630-7c9b-4ec1-8a00-b1a801003732";
priority = -10;
}
];