This website requires JavaScript.
Explore
Help
Sign In
alyraffauf
/
nixcfg
Watch
1
Star
0
Fork
You've already forked nixcfg
0
mirror of
https://github.com/alyraffauf/nixcfg.git
synced
2024-11-22 15:43:55 -05:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
933e33124d
nixcfg
/
modules
/
zram_swap.nix
7 lines
85 B
Nix
Raw
Normal View
History
Unescape
Escape
modules: added zram_swap
2024-03-16 19:26:20 -04:00
{
config
,
pkgs
,
.
.
.
}:
{
ran nixfmt to standardize formatting
2024-03-24 19:44:09 -04:00
zramSwap
.
enable
=
true
;
zramSwap
.
memoryPercent
=
25
;
modules: added zram_swap
2024-03-16 19:26:20 -04:00
}
Reference in a new issue
Copy permalink