From bb60f4ead696bc516994575ec36d45cda490bd85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sun, 1 Jan 2023 18:18:27 +0100 Subject: [PATCH] feat: enable tlp --- hosts/neodymium/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index 2e60ef6..e8fa419 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -84,6 +84,8 @@ in { ''; }; + services.tlp.enable = true; + # internationalisation time.timeZone = "Europe/Paris"; i18n.defaultLocale = "en_DK.UTF-8";