nix/os: copy channels on disk-install
This commit is contained in:
parent
7f7c232697
commit
aa73c7f6e6
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ in rec {
|
||||||
[[ -e "''${NIXOS_CONFIG}" ]]
|
[[ -e "''${NIXOS_CONFIG}" ]]
|
||||||
[[ -e "${mntRootVol}/nixos" ]]
|
[[ -e "${mntRootVol}/nixos" ]]
|
||||||
|
|
||||||
nixos-install --max-jobs 5 --cores 4 --no-channel-copy --no-root-passwd --root ${mntRootVol}/nixos
|
nixos-install --max-jobs 5 --cores 4 --no-root-passwd --root ${mntRootVol}/nixos
|
||||||
'';
|
'';
|
||||||
|
|
||||||
diskPrepare = pkgs.writeScript "script" ''
|
diskPrepare = pkgs.writeScript "script" ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue