Compare commits

..

No commits in common. "c419778e674be01ada09ceceabac72c6f645e3e6" and "e89cc99a11a655a1f14eebb17b8b029590c96119" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -47,7 +47,7 @@
services.tlp = { services.tlp = {
enable = true; enable = true;
settings = { settings = {
START_CHARGE_THRESH_BAT0 = 75; START_CHARGE_THRESH_BAT0 = 40;
STOP_CHARGE_THRESH_BAT0 = 90; STOP_CHARGE_THRESH_BAT0 = 90;
USB_DENYLIST = lib.concatStringsSep " " [ USB_DENYLIST = lib.concatStringsSep " " [
]; ];

View file

@ -23,8 +23,6 @@ lib.mkIf config.sbruder.gui.enable {
services.upower.enable = true; services.upower.enable = true;
services.udisks2.enable = true;
# steam (and other high quality software) still ships 32 bit binaries # steam (and other high quality software) still ships 32 bit binaries
hardware.opengl.driSupport32Bit = lib.mkDefault pkgs.stdenv.isx86_64; hardware.opengl.driSupport32Bit = lib.mkDefault pkgs.stdenv.isx86_64;