Add lib.mkDefault to the statement
This commit is contained in:
parent
e4ce746d5b
commit
2bc26b3c5c
|
@ -6,9 +6,9 @@
|
|||
# Gnome 40 introduced a new way of managing power, without tlp.
|
||||
# However, these 2 services clash when enabled simultaneously.
|
||||
# https://github.com/NixOS/nixos-hardware/issues/260
|
||||
services.tlp.enable =
|
||||
if config.services.power-profiles-daemon.enable == true then
|
||||
services.tlp.enable = lib.mkDefault
|
||||
(if config.services.power-profiles-daemon.enable == true then
|
||||
false
|
||||
else
|
||||
true;
|
||||
true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue