summary refs log tree commit diff
path: root/nixos/modules/installer/sd-card/sd-image-aarch64-new-kernel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/installer/sd-card/sd-image-aarch64-new-kernel.nix')
-rw-r--r--nixos/modules/installer/sd-card/sd-image-aarch64-new-kernel.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/modules/installer/sd-card/sd-image-aarch64-new-kernel.nix b/nixos/modules/installer/sd-card/sd-image-aarch64-new-kernel.nix
new file mode 100644
index 00000000000..2882fbcc730
--- /dev/null
+++ b/nixos/modules/installer/sd-card/sd-image-aarch64-new-kernel.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }:
+
+{
+  imports = [ ./sd-image-aarch64.nix ];
+
+  boot.kernelPackages = pkgs.linuxPackages_latest;
+}