remove zram on vpsfree as not supported
This commit is contained in:
parent
fcdf1b0fb2
commit
d247beb91e
1 changed files with 0 additions and 7 deletions
|
@ -26,12 +26,5 @@
|
|||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
algorithm = "zstd";
|
||||
memoryPercent = 50;
|
||||
};
|
||||
|
||||
nix.buildCores = 7;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue