desktop, laptop, srv-core: Use swap instead of zram swap

This commit is contained in:
SebastianStork 2026-03-08 12:45:07 +01:00
parent f09429d5a6
commit 7f6a6772dd
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI
6 changed files with 16 additions and 2 deletions

View file

@ -18,6 +18,10 @@
"usb_storage"
"sd_mod"
];
kernelParams = [
"zswap.enabled=1"
"zswap.shrinker_enabled=1"
];
};
services = {