Add bluetooth to 'astyanax' host
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
./hard.nix
|
./hard.nix
|
||||||
../../modules/bootloader.nix
|
../../modules/bootloader.nix
|
||||||
../../modules/disko.zfs-encrypted-root.nix
|
../../modules/disko.zfs-encrypted-root.nix
|
||||||
|
../../modules/bluetooth.nix
|
||||||
../../modules/keyboard
|
../../modules/keyboard
|
||||||
../../modules/networking.nix
|
../../modules/networking.nix
|
||||||
../../modules/users.nix
|
../../modules/users.nix
|
||||||
|
|||||||
3
modules/bluetooth.nix
Normal file
3
modules/bluetooth.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user