Enable zram
This commit is contained in:
parent
1841031fbc
commit
5ec90e37eb
1 changed files with 7 additions and 0 deletions
|
|
@ -8,6 +8,13 @@
|
|||
hostName = "copper";
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
algorithm = "zstd";
|
||||
memoryPercent = 60;
|
||||
priority = 1;
|
||||
};
|
||||
|
||||
jalr = {
|
||||
bootloader = "systemd-boot";
|
||||
bluetooth.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue