diff --git a/systems/x86_64-linux/LANA9Z/default.nix b/systems/x86_64-linux/LANA9Z/default.nix index a38f285..1a1d4b5 100644 --- a/systems/x86_64-linux/LANA9Z/default.nix +++ b/systems/x86_64-linux/LANA9Z/default.nix @@ -34,6 +34,10 @@ # Enable networking networking.networkmanager.enable = true; + # Enable Bluetooth + hardware.bluetooth.enable = true; # enables support for Bluetooth + hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot + # Set your time zone. time.timeZone = "Europe/Berlin"; diff --git a/systems/x86_64-linux/LoyAdjo/default.nix b/systems/x86_64-linux/LoyAdjo/default.nix index ac21a9b..b714caa 100644 --- a/systems/x86_64-linux/LoyAdjo/default.nix +++ b/systems/x86_64-linux/LoyAdjo/default.nix @@ -30,6 +30,10 @@ # Enable networking networking.networkmanager.enable = true; + # Enable Bluetooth + hardware.bluetooth.enable = true; # enables support for Bluetooth + hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot + # Set your time zone. time.timeZone = "Europe/Berlin";