Skip to content

Commit

Permalink
🔧 BLUETOOTH KEEPS CRASHNG AND I HATE IT
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Nov 15, 2023
1 parent fbad96d commit 54d18ec
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions hosts/shared/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ in
};
virtualisation = {
docker.enable = true;
vmware.guest.enable = true;
vmware.host.enable = true;
virtualbox.host.enable = true;
virtualbox.guest.enable = true;
libvirtd.enable = true;
};
environment.systemPackages = with pkgs; [
Expand Down Expand Up @@ -157,13 +153,14 @@ in
};
services.printing.enable = true;
hardware.bluetooth = {
package = pkgs.bluez;
enable = true;
powerOnBoot = true;
};
services.xserver = {
layout = "us";
xkbVariant = "";
xkbOptions = "compose:caps";
xkbOptions = "compose:rctrl,caps:escape";
};
services.tailscale = {
enable = true;
Expand Down

0 comments on commit 54d18ec

Please sign in to comment.