diff options
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"; } |