This commit is contained in:
2024-07-24 11:55:00 +02:00
parent fdda6d3caa
commit a54a56ca6a
13 changed files with 84 additions and 24 deletions

View File

@@ -80,6 +80,14 @@
options = "--delete-older-than 60d";
};
services.auto-cpufreq.enable = true;
services.auto-cpufreq.settings = {
charger = {
governor = "powersave";
turbo = "auto";
};
};
boot.tmp.cleanOnBoot = true;
zramSwap.enable = true;
networking.hostName = "fw";