Bind flake into /etc/nixos on installer

This commit is contained in:
randogoth 2026-02-01 20:30:52 +02:00
parent 8b3494d282
commit a0bee59a28

View file

@ -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 = ../.;
}