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.