summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 50d302d..f093e14 100644
--- a/flake.nix
+++ b/flake.nix
@@ -155,7 +155,7 @@
155 self.nixosModules.default 155 self.nixosModules.default
156 ({ modulesPath, ... }: { 156 ({ modulesPath, ... }: {
157 imports = [ 157 imports = [
158 (modulesPath + "/installer/cd-dvd/iso-image.nix") 158 (modulesPath + "/installer/cd-dvd/installation-cd-base.nix")
159 ]; 159 ];
160 160
161 isoImage.makeEfiBootable = true; 161 isoImage.makeEfiBootable = true;