system/kernel: set zram priority to 100

This commit is contained in:
LavaDesu 2025-03-17 21:15:09 +11:00
parent 23fc6fe637
commit ef22d9e96c
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -11,5 +11,8 @@
};
};
hardware.enableRedistributableFirmware = true;
zramSwap.enable = true;
zramSwap = {
enable = true;
priority = 100;
};
}