diff options
Diffstat (limited to 'os/cez/modules/tlp.nix')
-rw-r--r-- | os/cez/modules/tlp.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/cez/modules/tlp.nix b/os/cez/modules/tlp.nix index 1ccd539..887dcec 100644 --- a/os/cez/modules/tlp.nix +++ b/os/cez/modules/tlp.nix @@ -1,4 +1,5 @@ -{ ... }: { +{ ... }: +{ services.tlp = { enable = true; |