This website requires JavaScript.
Explore
Help
Sign In
Sweetbread
/
nixos-config
Watch
1
Star
0
Fork
0
You've already forked nixos-config
Code
Issues
Activity
Files
3acbf43b4e51b4388b7aa1db4428c90db2cd23e4
nixos-config
/
host
/
Eclipse
/
modules
/
zram.nix
T
9 lines
111 B
Nix
Raw
Normal View
History
Unescape
Escape
Initial commit
2024-04-17 05:52:14 +05:00
{
zramSwap
=
{
enable
=
true
;
algorithm
=
"lz4"
;
system: Update
2025-03-01 22:21:30 +03:00
memoryPercent
=
125
;
Initial commit
2024-04-17 05:52:14 +05:00
priority
=
999
;
};
}
Reference in New Issue
Copy Permalink