Delete conf/Compressao directory

Esqueci de tirar
This commit is contained in:
Guilherme Hermando
2025-08-22 21:44:48 -03:00
committed by GitHub
parent 272bfb68d5
commit 55cd5125d7
-16
View File
@@ -1,16 +0,0 @@
{ config, lib, inputs, pkgs, ... }: {
## compressao brtfs
fileSystems = {
"/" = {
options = [ "compress=zstd" ];
};
};
## zram
zramSwap = {
enable = true;
memoryPercent = 70;
algorithm = "zstd";
};
}