diff --git a/hosts/astyanax/configuration.nix b/hosts/astyanax/configuration.nix index 31947f5..027202b 100644 --- a/hosts/astyanax/configuration.nix +++ b/hosts/astyanax/configuration.nix @@ -7,6 +7,7 @@ ./hard.nix ../../modules/bootloader.nix ../../modules/disko.zfs-encrypted-root.nix + ../../modules/bluetooth.nix ../../modules/keyboard ../../modules/networking.nix ../../modules/users.nix diff --git a/modules/bluetooth.nix b/modules/bluetooth.nix new file mode 100644 index 0000000..3dac4a1 --- /dev/null +++ b/modules/bluetooth.nix @@ -0,0 +1,3 @@ +{ + hardware.bluetooth.enable = true; +}