diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |