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 Login: \l
''; '';
# Include the flake and installer script on the ISO. # Place the flake (including scripts) under /etc/nixos in the live system.
isoImage.contents = [ environment.etc."nixos".source = ../.;
{
source = ../.;
target = "/etc/nixos";
}
];
} }