From cf072cb54f07d8325e7d5cf9062075e499ab092e Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Mon, 27 Oct 2025 23:25:37 +0100 Subject: disable bluetooth --- hosts/pad/hardware.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/pad') diff --git a/hosts/pad/hardware.nix b/hosts/pad/hardware.nix index a3f01b0..6b74c75 100644 --- a/hosts/pad/hardware.nix +++ b/hosts/pad/hardware.nix @@ -1,10 +1,10 @@ { hardware = { - graphics = { - enable = true; + bluetooth = { + enable = false; }; - bluetooth = { + graphics = { enable = true; }; }; -- cgit v1.2.3