Disable power profiles daemon.
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
# Not working yet.
|
# Not working yet.
|
||||||
./services/fprintd.nix
|
./services/fprintd.nix
|
||||||
./services/lidswitch.nix
|
./services/lidswitch.nix
|
||||||
|
./services/power-profiles-daemon.nix
|
||||||
./services/touchpad.nix
|
./services/touchpad.nix
|
||||||
./system/bootloader.nix
|
./system/bootloader.nix
|
||||||
./system/filesystems.nix
|
./system/filesystems.nix
|
||||||
|
|||||||
3
nodes/hosts/nixwork/services/power-profiles-daemon.nix
Normal file
3
nodes/hosts/nixwork/services/power-profiles-daemon.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{ pkgs, ...}: {
|
||||||
|
services.power-profiles-daemon.enable = "false";
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user