Bohdan's terminal configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nix: enabled bluetooth

bpavuk 4136de59 e6895eae

+2
+2
nixos/hosts/bpavuk-nixos/default.nix
··· 99 99 allowedUDPPortRanges = allowedTCPPortRanges; 100 100 }; 101 101 102 + hardware.bluetooth.enable = true; 103 + 102 104 # Open ports in the firewall. 103 105 # networking.firewall.allowedTCPPorts = [ ... ]; 104 106 # networking.firewall.allowedUDPPorts = [ ... ];