Move zram configuration

This commit is contained in:
Oliver Davies 2025-07-25 20:46:25 +01:00
parent 9568e39d2c
commit 1265131377
6 changed files with 7 additions and 25 deletions

7
modules2/zram.nix Normal file
View file

@ -0,0 +1,7 @@
{
flake.modules.nixos.pc.zramSwap = {
enable = true;
algorithm = "zstd";
memoryPercent = 90;
};
}