diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -158,6 +158,8 @@ | |||
158 | (modulesPath + "/installer/cd-dvd/installation-cd-base.nix") | 158 | (modulesPath + "/installer/cd-dvd/installation-cd-base.nix") |
159 | ]; | 159 | ]; |
160 | 160 | ||
161 | environment.etc.nixos-config-reborn.source = toString self; | ||
162 | |||
161 | isoImage.makeEfiBootable = true; | 163 | isoImage.makeEfiBootable = true; |
162 | isoImage.makeUsbBootable = true; | 164 | isoImage.makeUsbBootable = true; |
163 | 165 | ||