mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2025-02-21 05:37:24 +01:00
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.
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
memoryPercent = 25;
|
||||
};
|
||||
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Oslo";
|
||||
|
Loading…
Reference in New Issue
Block a user