diff --git a/hosts/kalle-laptop/default.nix b/hosts/kalle-laptop/default.nix index 4d3d2ec..b4e9818 100644 --- a/hosts/kalle-laptop/default.nix +++ b/hosts/kalle-laptop/default.nix @@ -34,6 +34,10 @@ xkb.options = "eurosign:e,caps:escape"; }; + # Enable bluetooth + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; + # Disable firewall. networking.firewall.enable = false;