shift illum serivce around and enable on x13s
This commit is contained in:
parent
5eb9160b4f
commit
7b1b54ac9f
3 changed files with 6 additions and 2 deletions
|
@ -16,6 +16,8 @@
|
|||
bluetoothMac = "65:9e:7a:8b:86:28";
|
||||
};
|
||||
|
||||
services.illum.enable = true;
|
||||
|
||||
systemd.services.bluetooth-mac = {
|
||||
enable = true;
|
||||
path = [
|
||||
|
@ -133,8 +135,9 @@
|
|||
};
|
||||
|
||||
# see https://linrunner.de/tlp/
|
||||
# TODO: find an equivalent to tlp that supports this machine
|
||||
services.tlp = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
START_CHARGE_THRESH_BAT0 = "80";
|
||||
STOP_CHARGE_THRESH_BAT0 = "85";
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
services.resolved.enable = true;
|
||||
|
||||
# hardware related services
|
||||
services.illum.enable = true;
|
||||
services.pcscd.enable = true;
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
...
|
||||
}: let
|
||||
in {
|
||||
services.illum.enable = true;
|
||||
|
||||
services.printing = {enable = false;};
|
||||
|
||||
services.spice-vdagentd.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue