about summary refs log tree commit diff
path: root/users/grfn/system/system/iso.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/system/iso.nix')
-rw-r--r--users/grfn/system/system/iso.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/system/system/iso.nix b/users/grfn/system/system/iso.nix
index 256aee6a5e..4adccebfb8 100644
--- a/users/grfn/system/system/iso.nix
+++ b/users/grfn/system/system/iso.nix
@@ -3,7 +3,7 @@
 let
   configuration = { ... }: {
     imports = [
-      "${pkgs.path}/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel.nix"
+      "${pkgs.path}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix"
       "${pkgs.path}/nixos/modules/installer/cd-dvd/channel.nix"
     ];