tweaks for arduino plus bat

This commit is contained in:
stitchy 2024-04-19 21:09:00 +00:00
parent 9a4993661b
commit 0a8c6eb54e
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@
PCIE_ASPM_ON_AC = "default";
PCIE_ASPM_ON_BAT = "powersupersave";
PLATFORM_PROFILE_ON_BAT = "low-power";
RUNTIME_PM_ON_BAT = true;
RUNTIME_PM_ON_BAT = "auto";
WOL_DISABLE = true;
SCHED_POWERSAVE_ON_BAT = true;

View file

@ -25,7 +25,7 @@
services = {
avahi = {
enable = true;
enable = config.stitchyconf.form == "pc";
nssmdns4 = true;
openFirewall = true;
};
@ -48,7 +48,7 @@
shell = pkgs.zsh;
home = "/home/stitchynyan";
description = "Personal user";
extraGroups = [ "wheel" "networkmanager" "kvm" "libvirtd" "audio" ];
extraGroups = [ "wheel" "networkmanager" "kvm" "libvirtd" "audio" "dialout" ];
initialHashedPassword = "$y$j9T$rvySCWHYE4AO4A9J0Vf20.$x5hpBNsOWovQFtNfFUIt17OAH5MJFwFBGjxbaEIagJ3";
};
}