This website requires JavaScript.
Explore
Help
Sign In
extern
/
nix-config
Watch
1
Star
0
Fork
1
You've already forked nix-config
mirror of
https://github.com/donovanglover/nix-config.git
synced
2024-11-26 02:03:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
94a43d1888
nix-config
/
modules
/
zram.nix
7 lines
68 B
Nix
Raw
Normal View
History
Unescape
Escape
nix: Continue modularization
2023-06-19 11:13:04 +02:00
{
zram: Increase memory percent to 100% See https://github.com/NixOS/nixpkgs/issues/103106
2024-03-06 01:10:18 +01:00
zramSwap
=
{
enable
=
true
;
memoryPercent
=
100
;
}
;
nix: Continue modularization
2023-06-19 11:13:04 +02:00
}
Reference in New Issue
Copy Permalink