forked from stitchy/dotfiles
change this for better bat
This commit is contained in:
parent
ed6489c559
commit
ba4ac7f1f4
1 changed files with 8 additions and 5 deletions
|
@ -20,6 +20,14 @@
|
||||||
};
|
};
|
||||||
time.timeZone = "America/Lost_Angeles";
|
time.timeZone = "America/Lost_Angeles";
|
||||||
|
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
user = "stitchynyan";
|
||||||
|
openDefaultPorts = true;
|
||||||
|
databaseDir = "/home/stitchynyan/.local/share/syncthing";
|
||||||
|
dataDir = "/home/stitchynyan";
|
||||||
|
};
|
||||||
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
#"i915.enable_guc=7"
|
#"i915.enable_guc=7"
|
||||||
"intel_iommu=on"
|
"intel_iommu=on"
|
||||||
|
@ -67,11 +75,6 @@
|
||||||
SCHED_POWERSAVE_ON_BAT = true;
|
SCHED_POWERSAVE_ON_BAT = true;
|
||||||
|
|
||||||
USB_AUTOSUSPEND = 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_DEFAULT_MODE = "BAT";
|
||||||
TLP_PERSISTENT_DEFAULT = 1;
|
TLP_PERSISTENT_DEFAULT = 1;
|
||||||
|
|
Loading…
Reference in a new issue