From 77b3b9117487a0e1962d25fab789b899f0807afd Mon Sep 17 00:00:00 2001 From: tootbrute Date: Thu, 5 Dec 2024 18:58:04 +0800 Subject: [PATCH] Update NixOS config. --- greynix/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/greynix/configuration.nix b/greynix/configuration.nix index 4980ad0..4e6243a 100644 --- a/greynix/configuration.nix +++ b/greynix/configuration.nix @@ -16,8 +16,6 @@ networking.hostName = "greynix"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - hardware.bluetooth.enable = false; - # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true;