lush fix bluetooth and remove labor nas module

This commit is contained in:
Sebastian Moser
2024-03-21 21:18:19 +01:00
parent 80fc9a3945
commit 629e720d78

View File

@@ -19,9 +19,24 @@
#"${workDir}/htl/labor/hackl/zwave.nix"
# labor nas project
"${workDir}/htl/labor/nas/nixos/lush-module.nix"
# with this moduel it does not boot, it waits for /dev/disk/by-label/nas-storage
# "${workDir}/htl/labor/nas/nixos/lush-module.nix"
];
# fix bluetooth
hardware = {
bluetooth = {
package = pkgs.bluez;
enable = true;
powerOnBoot = false;
};
};
boot.kernelParams = lib.mkForce ["console=ttyS0,115200n8" "console=tty0" "nohibernate" "loglevel=7" ];
# hardware.bluetooth.enable = true;
# home-manager.users.me = import ../users/me/home-headless.nix;
@@ -45,7 +60,6 @@
*/
services.blueman.enable = true;
hardware.bluetooth.enable = true;
hardware.enableRedistributableFirmware = true;
# This causes an overlay which causes a lot of rebuilding