mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-15 23:49:41 +01:00
90868c67e8
This setting has been part of NixOS since version 16.09
7 lines
94 B
Nix
7 lines
94 B
Nix
{ config, lib, ... }:
|
|
|
|
{
|
|
imports = [ ../. ];
|
|
|
|
services.tlp.enable = lib.mkDefault true;
|
|
}
|