pulsebert: use linux 4.19

这个提交包含在:
Astro 2019-04-07 21:27:49 +02:00
父节点 891a808415
当前提交 7abcc676b7
共有 1 个文件被更改,包括 1 次插入0 次删除

查看文件

@ -17,6 +17,7 @@ in {
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_4_19;
networking.hostName = "pulsebert"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.