Disable wifi and enable bluetooth usb
This commit is contained in:
parent
06dcc7e253
commit
1b30a0dcf4
|
@ -50,7 +50,7 @@
|
||||||
# replicates the default behaviour.
|
# replicates the default behaviour.
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
networking.interfaces.enp8s0.useDHCP = true;
|
networking.interfaces.enp8s0.useDHCP = true;
|
||||||
networking.interfaces.wlp7s0.useDHCP = true;
|
# networking.interfaces.wlp7s0.useDHCP = true;
|
||||||
|
|
||||||
# Configure network proxy if necessary
|
# Configure network proxy if necessary
|
||||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||||
|
|
|
@ -35,4 +35,7 @@
|
||||||
# GPU options
|
# GPU options
|
||||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||||
hardware.opengl.enable = true;
|
hardware.opengl.enable = true;
|
||||||
|
|
||||||
|
# bluetooth usb
|
||||||
|
hardware.firmware = [ pkgs.unfree.rtl8761b-firmware ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue