changes
This commit is contained in:
parent
fdda6d3caa
commit
a54a56ca6a
13 changed files with 84 additions and 24 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue