enable zram

This commit is contained in:
jopejoe1 2025-04-26 17:13:13 +02:00
parent 5e254c5354
commit 18cf945464

View file

@ -128,5 +128,9 @@
];
};
zramSwap = {
enable = true;
};
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
}