Disable wifi and enable bluetooth usb

This commit is contained in:
Natsu Kagami 2022-03-15 16:32:47 -04:00
parent 06dcc7e253
commit 1b30a0dcf4
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 4 additions and 1 deletions

View file

@ -50,7 +50,7 @@
# replicates the default behaviour.
networking.useDHCP = false;
networking.interfaces.enp8s0.useDHCP = true;
networking.interfaces.wlp7s0.useDHCP = true;
# networking.interfaces.wlp7s0.useDHCP = true;
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";

View file

@ -35,4 +35,7 @@
# GPU options
services.xserver.videoDrivers = [ "amdgpu" ];
hardware.opengl.enable = true;
# bluetooth usb
hardware.firmware = [ pkgs.unfree.rtl8761b-firmware ];
}