From 108261a20a49ac2b0e58111f513e7d7651649671 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Sat, 11 May 2024 01:44:21 +0300 Subject: [PATCH] toggle bluetooth support --- hosts/laptop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index d1c13b5..fc71dd4 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -402,6 +402,9 @@ in networking.nat.externalInterface = "wlp3s0"; networking.networkmanager.unmanaged = [ "interface-name:ve-*" ]; + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; + # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you # accidentally delete configuration.nix.