some zswap by default
This commit is contained in:
parent
0500370bae
commit
e5af2ed5d5
|
@ -24,6 +24,11 @@ imports =
|
||||||
#just allow unfree, im fine with it.
|
#just allow unfree, im fine with it.
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
zramSwap = {
|
||||||
|
enable = true;
|
||||||
|
memoryPercent = 25;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Oslo";
|
time.timeZone = "Europe/Oslo";
|
||||||
|
|
Loading…
Reference in New Issue