enable zram

This commit is contained in:
datsudo 2025-06-05 17:16:27 +08:00
parent cbc7f103a2
commit 668eb94d43

View File

@ -154,5 +154,11 @@
}; };
}; };
zramSwap = {
enable = true;
algorithm = "zstd";
priority = 5;
};
system.stateVersion = "24.11"; system.stateVersion = "24.11";
} }