mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
desktop, laptop, srv-core: Use swap instead of zram swap
This commit is contained in:
parent
f09429d5a6
commit
7f6a6772dd
6 changed files with 16 additions and 2 deletions
|
|
@ -10,6 +10,10 @@ _: {
|
|||
"sd_mod"
|
||||
"sdhci_pci"
|
||||
];
|
||||
kernelParams = [
|
||||
"zswap.enabled=1"
|
||||
"zswap.shrinker_enabled=1"
|
||||
];
|
||||
|
||||
supportedFilesystems = [ "bcachefs" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue