Bind flake into /etc/nixos on installer
This commit is contained in:
parent
8b3494d282
commit
a0bee59a28
1 changed files with 2 additions and 7 deletions
|
|
@ -18,11 +18,6 @@ ${builtins.readFile ../docs/install-help.txt}
|
|||
Login: \l
|
||||
'';
|
||||
|
||||
# Include the flake and installer script on the ISO.
|
||||
isoImage.contents = [
|
||||
{
|
||||
source = ../.;
|
||||
target = "/etc/nixos";
|
||||
}
|
||||
];
|
||||
# Place the flake (including scripts) under /etc/nixos in the live system.
|
||||
environment.etc."nixos".source = ../.;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue