From 9a01926ebd7fcbe45cf7b5f8062ec719a62fbf81 Mon Sep 17 00:00:00 2001 From: sils Date: Wed, 16 Aug 2023 13:04:09 +0200 Subject: Feat(sys/services): Add tlp --- sys/services/tlp/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sys/services/tlp/default.nix (limited to 'sys/services/tlp/default.nix') diff --git a/sys/services/tlp/default.nix b/sys/services/tlp/default.nix new file mode 100644 index 0000000..4f0a420 --- /dev/null +++ b/sys/services/tlp/default.nix @@ -0,0 +1,6 @@ +{...}: { + services.tlp = { + enable = true; + #settings = {}; + }; +} -- cgit 1.4.1