diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-04 12:20:54 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-04 12:20:54 -0500 |
commit | 1c19fbdd88b075c31bea3ca26d408da1ef3e637c (patch) | |
tree | c03055f0fe5e0365f217dd5811a6b99127bd4f4b /hosts/ades/hardware.nix | |
parent | 4b9b1e1bc5fbb55f350e3db586ebfeefc767099e (diff) | |
download | nixos-config-1c19fbdd88b075c31bea3ca26d408da1ef3e637c.tar.gz nixos-config-1c19fbdd88b075c31bea3ca26d408da1ef3e637c.zip |
hosts/tomato: Add new bluetooth module and use it
Diffstat (limited to 'hosts/ades/hardware.nix')
-rw-r--r-- | hosts/ades/hardware.nix | 2 |
1 files changed, 1 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"; } |