From fca9e91a39e97f5ef89ddf194436ba841295a30d Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Wed, 2 Jul 2025 12:12:09 +0200 Subject: [PATCH] feat: what is this bluetooth blyat --- hosts/goingmerry/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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.