From 0e118ce557b3a4dd975574ebe79db2fe8beec73c Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Sun, 25 May 2025 22:22:20 -0400 Subject: [PATCH] update aarch64 iso config --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6bf6af7..31eb076 100644 --- a/flake.nix +++ b/flake.nix @@ -128,8 +128,8 @@ ... }: { - imports = [ (modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix") ]; - boot.kernelPackages = pkgs.linuxPackages_latest; + imports = [ (modulesPath + "/installer/cd-dvd/installation-cd-graphical-calamares-gnome.nix") ]; + boot.kernelPackages = pkgs.linuxPackages_testing; boot.supportedFilesystems = lib.mkForce [ "btrfs" "reiserfs"