nix/host/x86_64-linux/pocket/Tlp.nix

4 lines
42 B
Nix
Raw Normal View History

2024-11-10 13:33:38 +03:00
{ ... }: {
services.tlp.enable = true;
}