Enable Bluetooth
This commit is contained in:
parent
51623c7932
commit
8aad9b3c3b
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
onedrive.enable = true;
|
||||
#onedrive.enable = true;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@
|
|||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# Enable bluetooth
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue