summary refs log tree commit diff stats
path: root/sys/services/tlp/default.nix
blob: 4f0a420ad30e0fd8688f8b0c8dbc098cb3a87c0c (plain) (blame)
1
2
3
4
5
6
{...}: {
  services.tlp = {
    enable = true;
    #settings = {};
  };
}