aboutsummaryrefslogtreecommitdiff
path: root/hosts/watermelon/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/watermelon/hardware-configuration.nix')
-rw-r--r--hosts/watermelon/hardware-configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/watermelon/hardware-configuration.nix b/hosts/watermelon/hardware-configuration.nix
index bf0bc0a..3ad86b2 100644
--- a/hosts/watermelon/hardware-configuration.nix
+++ b/hosts/watermelon/hardware-configuration.nix
@@ -13,6 +13,10 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
+ hardware.bluetooth.enable = true;
+ hardware.bluetooth.powerOnBoot = true;
+ services.blueman.enable = true;
+
fileSystems."/" =
{ device = "/dev/disk/by-uuid/82b7f887-2059-45ae-9bdd-60082718d922";
fsType = "ext4";