enable bluetooth

This commit is contained in:
Sridhar Ratnakumar 2021-11-17 11:23:24 -05:00
parent 374043d5d0
commit 48d89070d0

View file

@ -38,6 +38,8 @@
hardware.pulseaudio.enable = true;
hardware.pulseaudio.support32Bit = true; ## If compatibility with 32-bit applications is desired.
hardware.bluetooth.enable = true;
services.xserver.videoDrivers = [ "nvidia" "intel" ];
# On KDE+nvidia, display scaling can only be set here.
services.xserver.dpi = 170;
@ -74,7 +76,7 @@
};
};
services.ipfs = {
enable = true; # 8080 conflicts with playground-server
enable = false; # 8080 conflicts with playground-server
autoMigrate = true;
};