add bluetooth
This commit is contained in:
parent
ab22fcb51f
commit
689f5dea6d
3 changed files with 18 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
sys = {
|
||||
enable = true;
|
||||
hostname = "lil-maid";
|
||||
|
||||
bluetooth.enable = true;
|
||||
};
|
||||
masters.nero.enable = true;
|
||||
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.blueman.enable = true;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelModules = [ "btusb" "kvm-amd" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue