Enable zram
This commit is contained in:
parent
c7b469c350
commit
26ea41867a
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