Update NixOS config.
This commit is contained in:
parent
f6a49e6e74
commit
3664e6f646
2 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
networking.hostName = "bluenix"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
# services.xserver.libinput.enable = true;
|
||||
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
networking.hostName = "greynix"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
hardware.bluetooth.enable = false;
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
# services.xserver.libinput.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue