Staging #13

Merged
steveej merged 9 commits from staging into master 2018-11-11 00:08:07 +00:00
Showing only changes of commit aa73c7f6e6 - Show all commits

View file

@ -58,7 +58,7 @@ in rec {
[[ -e "''${NIXOS_CONFIG}" ]]
[[ -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" ''