change this for better bat

This commit is contained in:
stitchy 2024-04-01 21:09:20 +00:00
parent 40a8d3b711
commit 9a4993661b
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -20,6 +20,14 @@
};
time.timeZone = "America/Lost_Angeles";
services.syncthing = {
enable = true;
user = "stitchynyan";
openDefaultPorts = true;
databaseDir = "/home/stitchynyan/.local/share/syncthing";
dataDir = "/home/stitchynyan";
};
boot.kernelParams = [
#"i915.enable_guc=7"
"intel_iommu=on"
@ -67,11 +75,6 @@
SCHED_POWERSAVE_ON_BAT = true;
USB_AUTOSUSPEND = true;
USB_AUTOSUSPEND_DISABLE_ON_SHUTDOWN = true;
USB_EXCLUDE_AUDIO = true;
USB_EXCLUDE_BTUSB = false;
USB_EXCLUDE_PHONE = false;
USB_EXCLUDE_PRINTER = true;
TLP_DEFAULT_MODE = "BAT";
TLP_PERSISTENT_DEFAULT = 1;