diff options
| author | triethyl <triethylammonium@pm.me> | 2025-10-15 09:10:58 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-10-15 09:10:58 -0400 |
| commit | 8daa85343baba3e8532acef44fb80ff05bb7c933 (patch) | |
| tree | a2973d2a510e322658cc585f2b529da57d2fec8a /nixos/features/services/hardware/tlp.nix | |
| parent | 45d5d5d7e81df8d18907adaa2b7ddc2cc01c1bba (diff) | |
features: fixed tlp
Diffstat (limited to 'nixos/features/services/hardware/tlp.nix')
| -rw-r--r-- | nixos/features/services/hardware/tlp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/features/services/hardware/tlp.nix b/nixos/features/services/hardware/tlp.nix index 7c114a8..018fc11 100644 --- a/nixos/features/services/hardware/tlp.nix +++ b/nixos/features/services/hardware/tlp.nix @@ -1,7 +1,7 @@ { config, lib, ... }: let cfg = config.features.services.hardware.tlp; in { - options.features.services.hardware.enable = lib.mkEnableOption "tlp"; + options.features.services.hardware.tlp.enable = lib.mkEnableOption "tlp"; config = lib.mkIf cfg.enable { services.tlp = { enable = true; |
