summary refs log tree commit diff
path: root/nixos/modules/installer/sd-card/sd-image-aarch64-new-kernel.nix
blob: 2882fbcc7305299b1624a2fbc34a7f952c5f77d4 (plain) (blame)
1
2
3
4
5
6
7
{ pkgs, ... }:

{
  imports = [ ./sd-image-aarch64.nix ];

  boot.kernelPackages = pkgs.linuxPackages_latest;
}