enable zram

This commit is contained in:
Kopatz
2025-08-22 13:36:49 +02:00
parent e0772741cc
commit 7899f44498
2 changed files with 6 additions and 0 deletions

5
modules/misc/zram.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs, lib, config, ...}: {
zramSwap = {
enable = true;
};
}