diff --git a/hosts/goingmerry/configuration.nix b/hosts/goingmerry/configuration.nix index c5c6276..a594519 100644 --- a/hosts/goingmerry/configuration.nix +++ b/hosts/goingmerry/configuration.nix @@ -19,6 +19,11 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; + networking.hostName = "goingmerry"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.