Skip to content

Commit 294e1a8

Browse files
committed
change zram %
1 parent be4a544 commit 294e1a8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

desktop/configuration/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ _:
1818
./specialisation.nix
1919
./system.nix
2020
./jovian.nix
21+
./zram.nix
2122
];
2223
}

desktop/configuration/zram.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
_:
2+
{
3+
zramSwap = {
4+
memoryPercent = 25;
5+
# 64GB system memory
6+
};
7+
}

0 commit comments

Comments
 (0)