Delete conf/Compressao directory
Esqueci de tirar
This commit is contained in:
committed by
GitHub
parent
272bfb68d5
commit
55cd5125d7
@@ -1,16 +0,0 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
## compressao brtfs
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
options = [ "compress=zstd" ];
|
||||
};
|
||||
};
|
||||
|
||||
## zram
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
memoryPercent = 70;
|
||||
algorithm = "zstd";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user