diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ades/hardware.nix | 2 | ||||
-rw-r--r-- | hosts/tomato/hardware.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hosts/ades/hardware.nix b/hosts/ades/hardware.nix index c04ac86..ac7fde8 100644 --- a/hosts/ades/hardware.nix +++ b/hosts/ades/hardware.nix @@ -16,7 +16,7 @@ linux-firmware ]; - hardware.bluetooth.enable = true; + this.bluetooth.enable = true; nixpkgs.hostPlatform = "x86_64-linux"; } diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix index 2be8d07..8e3a0d1 100644 --- a/hosts/tomato/hardware.nix +++ b/hosts/tomato/hardware.nix @@ -33,6 +33,7 @@ in hardware.graphics.extraPackages = [pkgs.intel-vaapi-driver]; services.xserver.videoDrivers = ["intel"]; + this.bluetooth.enable = true; hardware.firmware = with pkgs; [ linux-firmware |