change this for better bat
This commit is contained in:
parent
40a8d3b711
commit
9a4993661b
1 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue