bees, ssh-agent?

This commit is contained in:
Tao Tien 2024-04-15 16:52:16 -07:00
parent d4231072f2
commit 9dc8876d99
2 changed files with 11 additions and 0 deletions

View file

@ -14,6 +14,15 @@
services.fwupd.enable = true;
services.fprintd.enable = true;
services.beesd.filesystems = {
root = {
spec = "LABEL=NOlaptop";
hashTableSizeMB = 4096;
verbosity = "crit";
extraOptions = ["--loadavg-target" "2.0"];
};
};
# stop using this: https://community.frame.work/t/tracking-ppd-v-tlp-for-amd-ryzen-7040/39423/9?u=ghett_klapson
# powerManagement.powertop.enable = false;
# systemd.services.powertop = {