From cee78aa6cceada83f10383b496abe6ffe23c30f4 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Fri, 6 May 2022 18:40:06 +0200 Subject: [PATCH] Disable bluetooth --- hosts/norman/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/norman/configuration.nix b/hosts/norman/configuration.nix index 9e9daa1e..bf72e90a 100644 --- a/hosts/norman/configuration.nix +++ b/hosts/norman/configuration.nix @@ -34,6 +34,10 @@ enableSSHSupport = true; }; + # Disable bluetooth + hardware.bluetooth.enable = false; + services.blueman.enable = false; + services.tlp = { enable = true; settings = {