From 963218a07ace4df75eab147fcf926bf43dcc0006 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 9 Jun 2021 11:00:19 +0200 Subject: isoImage: use installation cd module instead of plain iso --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 50d302d..f093e14 100644 --- a/flake.nix +++ b/flake.nix @@ -155,7 +155,7 @@ self.nixosModules.default ({ modulesPath, ... }: { imports = [ - (modulesPath + "/installer/cd-dvd/iso-image.nix") + (modulesPath + "/installer/cd-dvd/installation-cd-base.nix") ]; isoImage.makeEfiBootable = true; -- cgit v1.2.3