Add an install-medium; Major refactor to introduce composability; Simplify usage #10

Merged
steveej merged 18 commits from staging into master 2018-10-31 00:29:08 +00:00
Showing only changes of commit ae5af420b0 - Show all commits

View file

@ -1,8 +1,4 @@
#!/usr/bin/env bash
set -xe
export NIXOS_CONFIG=${PWD}/configuration.nix
nixos-install --max-jobs 5 --cores 4 "${@}"
nixos-install --max-jobs 5 --cores 4 --no-channel-copy --no-root-passwd "${@}"