Skip to content

Commit 143f8e1

Browse files
committed
feat: add zram for stable ram utilization
1 parent cd6b3f4 commit 143f8e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/features/base/swap.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
flake.nixosModules.base = {
3+
zramSwap.enable = true;
4+
};
5+
}

0 commit comments

Comments
 (0)