tweaks for arduino plus bat
This commit is contained in:
parent
9a4993661b
commit
0a8c6eb54e
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue