bluetooth still not working but at least I am tyding up the config

This commit is contained in:
christoph.hollizeck 2024-03-27 20:52:06 +01:00
parent b578121eeb
commit adf5a952ba
6 changed files with 51 additions and 41 deletions

View file

@ -14,7 +14,7 @@
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-amd"];
boot.kernelModules = ["kvm-amd" "btusb"];
boot.extraModulePackages = [];
fileSystems."/" = {
@ -27,12 +27,6 @@
fsType = "vfat";
};
fileSystems."/var/lib/bluetooth" = {
device = "/persist/var/lib/bluetooth";
options = ["bind" "noauto" "x-systemd.automount"];
noCheck = true;
};
swapDevices = [];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking