summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-12-04 09:58:49 +0100
committerGitHub <noreply@github.com>2022-12-04 09:58:49 +0100
commit9622693a4bb4d981d40316c5530b4c52035bd286 (patch)
tree5789bdafb001311cd64df9ca632948dd6f801b1c /nixos
parent1b01f5dbfd3ccd1aa87b665744d8f43baccb1625 (diff)
downloadnixpkgs-9622693a4bb4d981d40316c5530b4c52035bd286.tar
nixpkgs-9622693a4bb4d981d40316c5530b4c52035bd286.tar.gz
nixpkgs-9622693a4bb4d981d40316c5530b4c52035bd286.tar.bz2
nixpkgs-9622693a4bb4d981d40316c5530b4c52035bd286.tar.lz
nixpkgs-9622693a4bb4d981d40316c5530b4c52035bd286.tar.xz
nixpkgs-9622693a4bb4d981d40316c5530b4c52035bd286.tar.zst
nixpkgs-9622693a4bb4d981d40316c5530b4c52035bd286.zip
nixos/bluetooth: remove bluezFull alias from examples
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/hardware/bluetooth.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/nixos/modules/services/hardware/bluetooth.nix b/nixos/modules/services/hardware/bluetooth.nix
index 8b90c1913bc..6453e6968dc 100644
--- a/nixos/modules/services/hardware/bluetooth.nix
+++ b/nixos/modules/services/hardware/bluetooth.nix
@@ -50,14 +50,8 @@ in
         type = types.package;
         default = pkgs.bluez;
         defaultText = literalExpression "pkgs.bluez";
-        example = literalExpression "pkgs.bluezFull";
         description = lib.mdDoc ''
           Which BlueZ package to use.
-
-          ::: {.note}
-          Use the `pkgs.bluezFull` package to enable all
-          bluez plugins.
-          :::
         '';
       };