@cryptotaxi247 / infra-1 / commits / 7cb758e5

mac1: don't use latest kernel

Graham Christensen committed Sep 26, 2019 at 19:03 UTC 7cb758e57085a3766748bcf50409a3c575e647f7
1 file changed -1
macs/nodes/mac1.nix
-1
@@ -12,7 +12,6 @@
12
13 boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "firewire_ohci" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" ];
14 boot.kernelModules = [ "kvm-intel" ];
15 - boot.kernelPackages = pkgs.linuxPackages_latest;
15
16 # The broadcom_sta is commented and wl, cfg80211 are blacklisted
17 # to prevent spamming of wl_cfg80211 dmesg errors.