blackadder: pin linux 5.9, enable bluetooth

auto-flake-update
Yorick van Pelt 2021-01-02 20:50:12 +01:00
parent 50377b5cb5
commit 55a85024bc
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 2 additions and 1 deletions

View File

@ -12,10 +12,11 @@ in
boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = [ "zfs" ];
boot.kernelModules = [ "nct6775" ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_5_9;
networking.hostId = "c7736638";
services.zfs.autoScrub.enable = true;
services.zfs.trim.enable = true;
hardware.bluetooth.enable = true;
networking.useDHCP = false;
networking.interfaces.enp9s0.useDHCP = true;