This commit is contained in:
@ -1,7 +1,5 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
let cfg = config.syscfg.make.power;
|
||||
in {
|
||||
config = lib.mkIf cfg {
|
||||
{ lib, config, pkgs, ... }: {
|
||||
config = lib.mkIf (config.syscfg.make.power) {
|
||||
services.tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
Reference in New Issue
Block a user