Add bluetooth to 'astyanax' host
parent
d428c88a36
commit
b3ef701db6
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue