mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-03-15 02:05:15 +01:00
7 lines
94 B
Nix
7 lines
94 B
Nix
{ config, lib, ... }:
|
|
|
|
{
|
|
imports = [ ../. ];
|
|
|
|
services.tlp.enable = lib.mkDefault true;
|
|
}
|