From 4dc466108ea6be8e216922a7926f7bff27af22a6 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Fri, 28 Nov 2025 13:25:59 +0100 Subject: disabled bluetooth --- hosts/pad/hardware.nix | 4 ---- hosts/station/hardware.nix | 4 ---- 2 files changed, 8 deletions(-) (limited to 'hosts') diff --git a/hosts/pad/hardware.nix b/hosts/pad/hardware.nix index 6b74c75..bcc20ab 100644 --- a/hosts/pad/hardware.nix +++ b/hosts/pad/hardware.nix @@ -1,9 +1,5 @@ { hardware = { - bluetooth = { - enable = false; - }; - graphics = { enable = true; }; diff --git a/hosts/station/hardware.nix b/hosts/station/hardware.nix index 3360a06..8f84745 100644 --- a/hosts/station/hardware.nix +++ b/hosts/station/hardware.nix @@ -7,9 +7,5 @@ rocmPackages.clr ]; }; - - bluetooth = { - enable = true; - }; }; } -- cgit v1.2.3