mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
revert: comment out 2nd power profile daemon due to a conflict
This commit is contained in:
parent
d0f68c8daa
commit
f7d51cf402
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
services = {
|
services = {
|
||||||
thermald.enable = true;
|
thermald.enable = true;
|
||||||
cpupower-gui.enable = true;
|
cpupower-gui.enable = true;
|
||||||
power-profiles-daemon.enable = true;
|
# power-profiles-daemon.enable = true;
|
||||||
|
|
||||||
upower = {
|
upower = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue