toggle bluetooth support

This commit is contained in:
Lgmrszd 2024-05-11 01:44:21 +03:00
parent 73f97c3bd4
commit 108261a20a
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE

View file

@ -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.